Question: What is overfitting in machine learning?
Options:
Correct Answer: When a 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 failing to generalize to new data.