Question
Why is KNN called a lazy learner?
Select an option. Your answer will be checked instantly.
Correct Answer: B. It postpones most computation until prediction time
Explanation:
KNN does not fit an explicit global model during training.
It retains examples and searches neighbors for each new case.
Leave a Reply