Back to Glossary
Underfitting
Fundamentals
Model is too simple to capture patterns.
Underfitting occurs when a model lacks the capacity or proper features to capture underlying patterns.
- Symptoms: Poor performance on both training and test data.
- Solutions: More complex models, better features, longer training, hyperparameter tuning.