Underfitting
DeeperWhen a model is too simple or insufficiently trained to learn the important pattern.
It is the opposite side of overfitting. Imagine trying to describe a winding coastline with one straight line: the rule is so simple that it performs poorly even on the examples it was given, as well as on new ones.
A basic straight-line model fails to capture a strongly curved relationship in the data.