We will look into the basics of K Nearest Neighbor
Prerequisites
We will be using Jupyter lab, so make sure you have that installed
What is KNN (K Nearest Neighbor)
KNN is a classification algorithm meaning we are trying to determine if an instance belongs to a specific group or …