P25Machine LearningIntermediateDiagnose12 min

Diagnose an Underfitting Model

Recognize when a model is too simple rather than overfit.

#underfitting#bias#model-complexity

Scenario

A demand model has training R-squared of 0.28 and validation R-squared of 0.25 despite reliable, varied data.

Problem statement

Interpret the pattern and propose useful next experiments.

Your Task

  1. Compare train and validation scores.
  2. Contrast this pattern with overfitting.
  3. Suggest improvements to features or model flexibility.

Related Concepts

Bias-varianceFeature qualityModel selection

Ready to count this problem?

Mark it complete when you have reasoned through the solution in your own words.