KNN Algorithm to classify a test/sample data point. Since KNN is just introduced here, we have randomly created 2 groups for the training data set. In the next video this anomaly (randomization for grouping) will be addressed. We will use K-Means to group the training data points, and then use KNN to classify the test data point.
Jupyter Notebook : https://bit.ly/3L110zV