• Stars
    star
    321
  • Rank 130,002 (Top 3 %)
  • Language
    Jupyter Notebook
  • License
    MIT License
  • Created over 8 years ago
  • Updated over 7 years ago

Reviews

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

Repository Details

Code accompanying the Real-World Machine Learning book

Real-World Machine Learning

This repository includes a set of IPython notebooks with functions and example code from the Real-World Machine Learning book by Henrik Brink, Joseph Richards, and Mark Fetherolf published by Manning Books:

https://www.manning.com/books/real-world-machine-learning

The notebooks can be viewed directly in the Github repository:

https://github.com/brinkar/real-world-machine-learning

To run the code yourself, please clone this repo, install IPython (on Python 2.7) and run ipython notebook in the repo directory. We highly recommend installing the Anaconda Python distribution, which includes IPython, Scikit-Learn, Pandas, and mostly anything else used throughout the book:

https://www.continuum.io/downloads