Question: What is overfitting in the context of supervised learning?
Options:
Correct Answer: The model performs well on training data but poorly on unseen data
Solution:
Overfitting occurs when a model performs well on training data but poorly on unseen data due to excessive complexity.