Question: In 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 noise in the training data instead of the actual underlying pattern, leading to poor performance on unseen data.