KNN

KNN stands for K-nearest neighbors and is a non-parametric supervised learning algorithm used in classification problems. KNN uses space proximity to classify the value of a label.