You trained a model that performs exceptionally well on the training data but poorly on the test data. What could be the issue, and how would you address it?

  • Increase complexity
  • Increase dataset size
  • Overfitting, add regularization
  • Reduce complexity
The issue is likely overfitting, where the model has learned the training data too well, including its noise and anomalies. Adding regularization would help to constrain the model and make it generalize better to unseen data.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *