0 votes
in Data Analytics by
What are the conditions for Overfitting and Underfitting?

1 Answer

0 votes
by

Overfitting: The model performs well only for the sample training data. If any new data is given as input to the model, it fails to provide any result. These conditions occur due to low bias and high variance in the model. Decision trees are more prone to overfitting.

Underfitting: Here, the model is so simple that it is not able to identify the correct relationship in the data, and hence it does not perform well even on the test data. This can happen due to high bias and low variance. Linear regression is more prone to Underfitting.

Related questions

0 votes
asked Nov 27, 2021 in Data Analytics by DavidAnderson
0 votes
asked Apr 24, 2023 in Looker by john ganales
...