Skip to content

What is it?

Building a kNN model consists only of storing the training data set
To make predictions for a new data point, the algorithm finds the closest data points the training data set
If using more than one neighbour, use the majority class among the nearest neighbors to assign label


Want to print your doc?
This is not the way.
Try clicking the ··· in the right corner or using a keyboard shortcut (
CtrlP
) instead.