
Answer-first summary for fast verification
Answer: either overfitting or underfitting.
The correct answer is **C** because both overfitting and underfitting can lead to inaccurate predictions in machine learning models. - **Overfitting** occurs when a model is too complex and captures noise in the training data, leading to poor generalization on new datasets. - **Underfitting** happens when a model is too simple and fails to capture the underlying patterns in the data, resulting in poor performance even on the training dataset. Additionally, machine learning models require sufficient data for training and validation to perform effectively. Insufficient data can exacerbate issues like overfitting or underfitting.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
No comments yet.