Skip to content

Latest commit

 

History

History

scikit_digits_KNN_Rocchio_analysis

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Playing around with scikit features - KNeighborsClassifier, NearestCentroid, StandardScaler on the digits dataset. Also plots some of the predicted digit vs the actual image.

Requirements: python -m pip install scikit-learn matplotlib

To run: python main.py