Repeated cross validation

Hi,

This is a very novice question in relation to resample. If I use the function V-Fold Cross-Validation and I say repeat 10 times for 10 fold cross validation, does this mean that the function creates my initial 10 train, test resamples and then just makes 10 copies of the resamples or does it create 100 random resamples?

Thanks for your time

It would create 10 sets of 10-fold cross validations. So 100 total but created 10-fold at a time.

2 Likes

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.