idiom
overfitting
当一个模型在训练数据上表现良好,但在未见过的数据上表现差
Meaning
when a model performs well on training data but poorly on unseen data
Example
The model seems to be **overfitting** because it performs well on the training data but poorly on the test set.
模型似乎在**过拟合**,因为它在训练数据上表现良好,但在测试集上表现差。