What is underfitting in machine learning?
Experience Level: Junior
Tags: Machine learning
Answer
Underfitting is the opposite of overfitting and occurs when a model is too simple to capture the underlying patterns in the training data. This results in a model that has high bias and low variance, and it performs poorly on both the training and test data. Underfitting can be addressed by increasing the model complexity or by collecting more training data.
Related Machine learning job interview questions
What is the difference between classification and regression?
Machine learning JuniorWhat is bias-variance tradeoff in machine learning?
Machine learning JuniorWhat is overfitting in machine learning?
Machine learning JuniorWhat is reinforcement learning?
Machine learning JuniorWhat is the difference between supervised and unsupervised learning?
Machine learning Junior