Underfitting
Underfitting occurs when a machine learning model is too simplistic to capture the underlying patterns in the data, resulting in poor performance on both training and test sets. It fails to learn the signal from the data, often due to...