Question
What is k-fold cross-validation?
Select an option. Your answer will be checked instantly.
Correct Answer: C. Repeatedly training on k-1 folds and validating on the remaining fold
Explanation:
Every fold serves once as validation data.
The average score provides a more stable estimate than a single split.
Leave a Reply