PyCon 2015 Scikit-Learn Tutorial Index

This is the main index of the PyCon 2015 Introduction to Scikit-Learn tutorial, presented by Jake VanderPlas. Please refer to the github repository for this tutorial for any updates.

Tutorial Video

All PyCon tutorials are filmed; video of this tutorial is available here.


In [1]:
from IPython.display import YouTubeVideo
YouTubeVideo('L7R4HUQ-eQ0')


Out[1]:

Tutorial Notebooks

The following links are to notebooks containing the tutorial materials. Note that many of these require files that are in the directory structure of the github repository in which they are contained. There is not time during the tutorial to cover all of this material, but I left it in in case attendees would like to go deeper on their own.

1. Preliminaries

2. Introduction to Machine Learning with Scikit-Learn

3. Supervised Learning In-Depth

4. Unsupervised Learning In-Depth

5. Model Validation In-Depth