Concept

Underfitting a supervised statistical model

A model that is too simple to capture the underlying pattern in the training data is said to underfit: it performs poorly even on the training data itself, and is therefore unlikely to generalize well to new, unseen examples. Underfitting is typically associated with high bias and is the opposite failure mode of overfitting.

0

1

Updated 2026-07-11

Tags

Data Science