Question: What does the term \'overfitting\' refer to in the context of model selection?
Options:
Correct Answer: A model that performs well on training data but poorly on unseen data
Solution:
Overfitting occurs when a model learns the training data too well, capturing noise instead of the underlying pattern, leading to poor performance on unseen data.