This is a classification project that compares KNN methods to SVM and Decision Tree in classifying digits. PCA is used to identify if the data is separable linearly/non-linearly. The data is scaled using StandardScaler.
git clone https://github.com/nitinsomu/DigitClassificationUsingKNNRun the cells sequentially use Shift+Enter.