News

k-Nearest Neighbour (kNN): A classification algorithm that assigns a class to a data point based on the most common class among its k closest examples in the training data.