Example of a time-series prediction.
Clone the repository:
$ git clone https://github.com/Patechoc/citybikes_demo_BayArea.git
$ cd citybikes_demo_BayAreaThen you can either us Anaconda or pip to install your Python environment with the right packages:
$ virtualenv myEnv
$ source myEnv/bin/activate
$ pip install -r pip_requirements.txt$ conda create -n citybikes_py36 python=3.6 --file conda_requirements.txtjupyter notebook cityBikes_BayArea.ipynb