What is underfitting?

Created
TagsBasic Concepts

A model that is underfit will have high training and high testing error

Underfitting is when a data model is unable to capture the relationship between inputs and outputs accurately.

Usually, it occurs when the training data or time is not enough.