Overfitting occurs when a model performs very well on training data but poorly on unseen data, indicating that the model has learned patterns specific to the training set rather than generalizing effectively. The AAIA™ Study Guide identifies overfitting as a common problem that impacts model reliability.
“Overfitting limits the model's applicability to real-world scenarios. It reflects excessive tailoring to the training data and poor performance on new, diverse inputs.”
Underfitting (A) would result in poor performance on both training and test data. Generalization (C) is the desired state, and bias (D) is a separate issue. Therefore, B is correct.
[Reference: ISACA Advanced in AI Audit™ (AAIA™) Study Guide, Section: “AI Operations and Performance,” Subsection: “Overfitting, Underfitting, and Generalization”, ]
Submit