How does a learning curve give insight into whether the model is under- or over-fitting?
A model that is underfit will produce evaluation metrics that are poor on the training data alone, such as high RMSE or misclassification rate.
A model that is underfit will produce evaluation metrics that are poor on the training data alone, such as high RMSE or misclassification rate.
The bias/variance tradeoff refers to the challenge of finding a model that both performs at a high level of accuracy on the data on which it is trained (bias) while at the same time generalizes well to unseen data (variance)
Find out all the ways
that you can