• Stars
    star
    264
  • Rank 154,574 (Top 4 %)
  • Language
    Jupyter Notebook
  • Created about 6 years ago
  • Updated almost 2 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

(Part of) Chris Albon's Machine Learning with Python Cookbook in .ipynb form

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