Question: In K-means clustering, what happens if K is set too high?
Options:
Correct Answer: Overfitting occurs
Solution:
If K is set too high, the model may overfit the data, resulting in too many clusters that do not generalize well.