Intro to knn both what it is, and hands on with scikit-learn. Break data into test/train data with scikit-learn, and evaluate performance.
This is meant to be a fairly simple intro to KNN using iris dataset, and evaluation using evaluation metrics from the evaluation intro (which is in #79 )