ISACA Certified Artificial Intelligence Auditor (CAIA) — Question 47

Which of the following is the PRIMARY advantage of using K-fold cross validation when evaluating the performance of a machine learning (ML) model?

Answer options

Correct answer: D

Explanation

The correct answer is D because K-fold cross validation uses multiple training and testing cycles, which helps ensure that the model generalizes well to unseen data, thereby minimizing overfitting. Options A and B are incorrect as they do not accurately reflect the primary purpose of K-fold cross validation, and option C misrepresents the relationship between the K value and model bias.