Giter VIP home page Giter VIP logo

timeseries-workshop's Introduction

Workshop on time series analytics at JOTB'19.

In this workshop we give a spin on time series analytics. In particular, we avoid the traditional computation of statistics to focus on patterns, motifs, discords, shapelets and so on. Many of the algorithms and use cases used in this workshop has been first published by the research team of Professor Eamonn Keogh.

Getting started

To set-up the environment, yo need to install Docker on your machine. After that, you need to perform the following steps:

Go to the directory where you have clone this repository. If you have an NVidia graphics card and want to exploit its capabilities, follow GPU section, if you don't, just go throught the CPU section:

* CPU:
  docker build --rm -t shapelets/timeseries-workshop .
  docker run --rm -p 8888:8888 -v <absolute path where you cloned the repo>:/home/khiva-binder -ti shapelets/timeseries-workshop
  open your browser and copy the url that is printed in the docker log, (similar to this one: http://localhost:8888/?token=<jupyter token>)

* GPU:
  docker build --rm -t shapelets/timeseries-workshop . –f Dockerfile-cuda
  docker run –rm --runtime=nvidia -p 8888:8888 -v <absolute path where you cloned the repo>:/home/khiva-binder -ti shapelets/timeseries-workshop
  open your browser and copy the url that is printed in the docker log, (similar to this one: http://localhost:8888/?token=<jupyter token>)

Parts of the workshop

timeseries-workshop's People

Contributors

avilchess avatar dcuestam avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

Forkers

passion4energy

timeseries-workshop's Issues

Installation bug: missing requirements.txt

Can't build a container from the Dockerfile. It seems that requirements.txt is missing.
When I run

docker build --rm -t shapelets/timeseries-workshop .

I get the following error at Step 17/18:

Could not open requirements file: [Errno 2] No such file or directory: 'requirements.txt'

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.