nerdexam
Amazon

AIF-C01 · Question #175

Why does overfilting occur in ML models?

The correct answer is A. The training dataset does not reptesent all possible input values. Overfitting occurs when an ML model learns the training data too well, including noise and patterns that do not generalize to new data. A key cause of overfitting is when the training dataset does not represent all possible input values, leading the model to over-specialize on…

Submitted by rachelw· Mar 30, 2026Modeling

Question

Why does overfilting occur in ML models?

Options

  • AThe training dataset does not reptesent all possible input values.
  • BThe model contains a regularization method.
  • CThe model training stops early because of an early stopping criterion.
  • DThe training dataset contains too many features.

How the community answered

(39 responses)
  • A
    90% (35)
  • B
    3% (1)
  • C
    3% (1)
  • D
    5% (2)

Explanation

Overfitting occurs when an ML model learns the training data too well, including noise and patterns that do not generalize to new data. A key cause of overfitting is when the training dataset does not represent all possible input values, leading the model to over-specialize on the limited data it was trained on, failing to generalize to unseen data. Overfitting often occurs when the training dataset is not representative of the broader population of possible inputs, causing the model to memorize specific patterns, including noise, rather than learning generalizable features.

Topics

#Overfitting#Machine Learning Concepts

Community Discussion

No community discussion yet for this question.

Full AIF-C01 Practice