Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 1.24 KB

README.md

File metadata and controls

21 lines (17 loc) · 1.24 KB

Machine learning with sklearn

This is the set of IPython notebooks I used for the intro ML class I taught for introtohacking.github.io

Use the IPython slide viewer to view the main presentation, and IPython nbviewer to view the rest.

Attributions

This presentation has been pieced together from my own knowledge and tutorials such as the Scipy2013 sklearn tutorial. Other sources include Andreas Mueller's excellent sklearn presentation and the many tutorials available in the sklearn documentation.