Lesson 2
Revisiting the Machine Learning Pipeline
Chapter : Lesson 2
Episode 5 - K-Nearest Neighbours Algorithm
Summary:
- K-Nearest Neighbours algorithm: Choose the most frequent label out of the K most similar examples.
- Increasing K smoothens the decision boundary.