What is KNN algorithm: K nearest neighbours,is one of the simplest supervised machine learning algorithm mostly used for Classification 1>> It classify data points based on how its neighbours are classified 2>> KNN stores all available cases and classfies new cases based on similarity measure 3>> KNN is parameter that refers to the number of nearest neighbours to include in majority voting process