Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 431 Bytes

README.md

File metadata and controls

14 lines (12 loc) · 431 Bytes

#Bike ML In which Piper, Jeanette, and Julie learn various things about auto ml

Requirements: Conda https://conda.io/docs/

Getting set up

conda create --name bike-ml
source activate bike-ml
conda install requests tabulate scikit-learn matplotlib numpy
conda install nb_conda #allows jupyter to recongize conda environments
pip install -f http://h2o-release.s3.amazonaws.com/h2o/latest_stable_Py.html h2o
jupyter notebook