- Home
- /
- Math
- /
- Statistics & Probability
- /
- Underfitting (Intuition)
Underfitting (Intuition)
Also known as: underfit, too simple model
Grade 9-12
View on concept mapUnderfitting occurs when a model is too simple to capture the true pattern in the data, performing poorly on both training data and new data. Underfitting leaves predictable patterns unexplained β the cost is systematic bias in every prediction.
Definition
Underfitting occurs when a model is too simple to capture the true pattern in the data, performing poorly on both training data and new data.
π‘ Intuition
The model misses important structureβit's not learning enough.
π― Core Idea
Underfitting: too simple. The model can't capture real patterns.
Example
π Why It Matters
Underfitting leaves predictable patterns unexplained β the cost is systematic bias in every prediction. Adding model complexity fixes underfitting but risks overfitting.
Related Concepts
π§ Common Stuck Point
Underfitting is not always obvious from training error alone β it shows up most clearly when the model cannot follow known patterns even in training data.
β οΈ Common Mistakes
- Fitting a straight line to data that clearly follows a curve
- Using too few predictor variables when important ones are available
- Concluding that no pattern exists because a simple model failed β the pattern may require a more flexible model to detect
Frequently Asked Questions
What is Underfitting (Intuition) in Math?
Underfitting occurs when a model is too simple to capture the true pattern in the data, performing poorly on both training data and new data.
Why is Underfitting (Intuition) important?
Underfitting leaves predictable patterns unexplained β the cost is systematic bias in every prediction. Adding model complexity fixes underfitting but risks overfitting.
What do students usually get wrong about Underfitting (Intuition)?
Underfitting is not always obvious from training error alone β it shows up most clearly when the model cannot follow known patterns even in training data.
What should I learn before Underfitting (Intuition)?
Before studying Underfitting (Intuition), you should understand: model fit intuition.
Prerequisites
Cross-Subject Connections
How Underfitting (Intuition) Connects to Other Ideas
To understand underfitting (intuition), you should first be comfortable with model fit intuition.