Skip to content

Patechoc/citybikes_demo_BayArea

Repository files navigation

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

About

Time-series prediction of offer and demand of citybikes in the Bay Area

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published