Definition
Underfitting occurs when a model is too simple to capture patterns in the data, producing poor performance on both training data and new data. The solution is to use a more complex model, add features, or increase training data. Balancing overfitting and underfitting is the central challenge of machine learning.
Related terms
EXPLORE