What and who is this Article for? This article is for those who are just beginning to put baby steps into the wonderful world of Machine Learning. This article assumes you have basic knowledge of Pandas. Here you will find how to implement a simple Classification(Supervised Learning) algorithm called KNN, which stands for K-Nearest Neighbour. We will…