Description Format Construction Fields Methods Parameters See Also Examples
Splits data using a folds-folds (default: 10 folds) cross-validation.
R6::R6Class inheriting from Resampling.
1 2 3 | ResamplingCV$new()
mlr_resamplings$get("cv")
rsmp("cv")
|
See Resampling.
See Resampling.
stratify :: logical(1) | character()
Enables stratification. See Resampling.
folds :: integer(1)
Number of folds.
Dictionary of Resamplings: mlr_resamplings
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.