Jupyter notebooks for teaching machine learning. Based on scikit-learn, with OpenML used to experiment more extensively on many datasets.
We use many code examples from the following excellent book. We urge you to read it for a more complete coverage of machine learning in Python:
"Introduction to Machine Learning with Python" by Andreas Mueller and Sarah Guido. You can find details about the book on the O'Reilly website. We'll be using the included mglearn package to make plotting easier.
Additional code examples originate from the following books (again, warmly recommended):
"Python machine learning" by Sebastian Raschka: Raschka, Sebastian. Python machine learning. Birmingham, UK: Packt Publishing, 2015..
"Python for Data Analysis" by Wes McKinney: McKinner, Wes. Python for Data Analysis. O’Reilly, 2012..