Question
Why is an odd k often used for binary KNN classification?
Select an option. Your answer will be checked instantly.
Correct Answer: C. It reduces the chance of a tied vote
Explanation:
An odd number of neighbors cannot split evenly between two classes.
Ties can still arise through weighted voting or distance equality.
Leave a Reply