Question: In the context of linear regression, what does the term \'overfitting\' refer to?
Options:
Correct Answer: The model performs well on training data but poorly on unseen data
Solution:
Overfitting occurs when a model learns the training data too well, capturing noise and leading to poor performance on unseen data.