Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 519 Bytes

File metadata and controls

14 lines (12 loc) · 519 Bytes

machine-learning-with-python-cookbook-notes

My jupyter notebooks/code samples from Chris Albon's Machine Learning with Python Cookbook

https://nbviewer.jupyter.org/github/DustinAlandzes/machine-learning-with-python-cookbook-notes/tree/master/

usage

git clone https://github.com/f00-/machine-learning-with-python-cookbook-notes.git
cd machine-learning-with-python-cookbook-notes
conda env create -f environment.yml
source activate machine_learning_cookbook
pip install -r requirements.txt
jupyter notebook