Question: What does overfitting refer to in supervised learning?
Options:
Correct Answer: The model learns noise in the training data
Solution:
Overfitting occurs when a model learns noise in the training data, leading to poor performance on unseen data.