Skip to content

DustinAlandzes/machine-learning-with-python-cookbook-notes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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