Skip to content

vikua/ts-workshop

Repository files navigation

ts-workshop

Prerequisites

  • Python 2.7 or 3.7
  • pip

You need to have Python installed and be able to include the following libraries: numpy, pandas, tensorflow, scikit-learn, matplotlib, IPython

Setup

Install from requirements file:

Python 3:

pip install -r requirements.txt

Python 2:

pip install -r requirements-python2.txt

Download the workshop files

Download and unzip: https://github.com/vikua/ts-workshop/archive/master.zip

Start Jupyter Notebook

  1. Open command line terminal
  2. Browse to the folder that you unziped the workshop files to ts-workshop-master/
  3. At the command line, run jupyter notebook
  4. Open your web browser to the directed url
  5. In the browser, select the "Exercise.ipynb" entry

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published