Skip to content

Latest commit

 

History

History
36 lines (23 loc) · 695 Bytes

README.md

File metadata and controls

36 lines (23 loc) · 695 Bytes

Citybikes in the Bay Area

Example of a time-series prediction.

Installation

Clone the repository:

$ git clone https://github.com/Patechoc/citybikes_demo_BayArea.git
$ cd citybikes_demo_BayArea

Then you can either us Anaconda or pip to install your Python environment with the right packages:

Installation with pip

$ virtualenv myEnv
$ source myEnv/bin/activate
$ pip install -r pip_requirements.txt

Installation with conda

$ conda create -n citybikes_py36 python=3.6 --file conda_requirements.txt

Run the notebook

jupyter notebook cityBikes_BayArea.ipynb