add video 3 to README

pull/7/head
Kevin Markham 2015-04-21 16:57:31 -04:00
parent b24e2d9c94
commit ad2e9a1647
1 changed files with 6 additions and 0 deletions

View File

@ -21,3 +21,9 @@ This repo contains IPython notebooks from my scikit-learn video series, as seen
- How do I install scikit-learn?
- How do I use the IPython Notebook?
- What are some good resources for learning Python?
3. Getting started in scikit-learn with the famous iris dataset ([video](https://www.youtube.com/watch?v=hd1W4CyPX58&list=PL5-da3qGB5ICeMbQuqbbCOQWcS6OYBr5A&index=3), [notebook](http://nbviewer.ipython.org/github/justmarkham/scikit-learn-videos/blob/master/03_getting_started_with_iris.ipynb), blog post)
- What is the famous iris dataset, and how does it relate to machine learning?
- How do we load the iris dataset into scikit-learn?
- How do we describe a dataset using machine learning terminology?
- What are scikit-learn's four key requirements for working with data?