How many models does repeated k-fold CV train?
You run repeated 5-fold cross-validation: the entire 5-fold procedure is carried out times, each time with a different random split of the data into folds, to average out the luck of any single split.
How many separate models are trained in total?
Your answer
Solving needs a free account
Answers, streaks and solutions unlock when you are signed in. Reading the question and the hint stays free.
Discussion
Sign in to join the discussion · reading is open to everyone
💡 Discussion rules
- No full solutions here. Hints and approaches only.
- Complexity, edge cases and intuition are the point.
- Interview experiences are welcome. Respect your NDAs.
Loading discussion…
Learn the concepts
The theory behind this question.
Related questions
Cross-validation, and why it is dangerous on time seriesCross-validation with overlapping labels leaks the futureHow big is each validation fold in k-fold CV?How many models does leave-one-out CV train?Model fits for k-fold CV with a hyperparameter grid
All questions →