Underfitting
Underfitting is a phenomenon in machine learning where a model is too simple to capture the underlying patterns in the data, resulting in poor performance on both training and unseen data. It contrasts with overfitting, where a model captures noise as if it were signal.