Tuesday¶
Objectives¶
- Learn about when and why to re-scale data
- Use K-Nearest Neighbors to predict categories by distance
Readings¶
- Feature Scaling and Normalization
- A Detailed Introduction to K-Nearest Neighbors
- K-Nearest Neighbors Algorithm (Wikipedia)
- How KNN Works (video)