-
-
Notifications
You must be signed in to change notification settings - Fork 27k
repeated k-fold #7948
Copy link
Copy link
Closed
Labels
EasyWell-defined and straightforward way to resolveWell-defined and straightforward way to resolveNew Feature
Metadata
Metadata
Assignees
Labels
EasyWell-defined and straightforward way to resolveWell-defined and straightforward way to resolveNew Feature
We should add repeated k-fold cross-validation. It's something a lot of people use, and it's tricky to implement in scikit-learn. In particular with the recent changes to cross-validation,
yields repeated cross-validation in 0.17 and 0.18, but not in 0.18.1 or dev (I think?)
We could do this with a wrapper that sets the random_state or we could explicitly write
RepeatedKFoldandRepeatedStratifiedKFold.