KNN
sklearn.neighbors.KNeighborsClassifier
Examples
`#183 - Predicting Rain with Machine Learning - Using KNN : Unidata Developer's Blog
Learn the basics of classification algorithms with a rain prediction challenge!
This week we learn more about how to check the performance of our machine learning algorithms with confusion matrices and the dummy classifier!
sklearn.dummy.DummyClassifier
sklearn.metrics.confusion_matrix
It's easy to be mislead about the performance of a machine learning algorithm based upon impressive sounding numbers. This week dive into some scoring metrics and don't get fooled! `#185 - Cross Validation : Unidata Developer's Blog
Cross Validation is an essential technique when determining how machine learning generalizes to your problem. Cross-validation: evaluating estimator performance