Checkout
Personalized AI apps
Build multi-agent systems without code and automate document search, RAG and content generation
Start free trial
Question

Eager Learning - Is KNN a lazy learner?

Answer

Lazy learners is an apt description of K-Nearest Neighbors (KNN). Reason being, KNN only "stores" the training dataset and waits to start learning until it's time to make a prediction, in contrast to algorithms like logistic regression that learn and tweak their model parameters during training.