Question
What is the prediction-time limitation of basic KNN?
Select an option. Your answer will be checked instantly.
Correct Answer: B. It may need to compare a query with many training observations
Explanation:
A brute-force search scans the stored training set for each query.
Indexes or approximate neighbor methods can improve speed.
Leave a Reply