Question: What does the term \'overfitting\' refer to in model evaluation?
Options:
Correct Answer: Model performs well on training data but poorly on unseen data
Solution:
Overfitting occurs when a model learns the training data too well, resulting in poor generalization to unseen data.