Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 268 Bytes

File metadata and controls

9 lines (7 loc) · 268 Bytes

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