#32 Machine Learning & Data Science Challenge 32
What is KNN Classifier?
KNN means K-Nearest Neighbour Algorithm. It can be used for both classification and regression.
It is the simplest machine learning algorithm. Also known as lazy learning.
(why? Because it does not create a generalized ...
bhagirathkd.hashnode.dev2 min read