Skip to content

Latest commit

 

History

History
12 lines (6 loc) · 386 Bytes

README.md

File metadata and controls

12 lines (6 loc) · 386 Bytes

KNN-and-Imbalanced-Data-

Reading

  1. Chapter 2 in A course in Machine Learning.

Homework

  1. Take the Default dataset and including all independent variables/features, fit a KNNClassifier and identify the best value for K. Remember to split the data into training and test and report both the training and test error with the best value of K.

Remember to Standardize!!!