Learn R Programming

origami (version 0.8.0)

make_repeated_folds: Repeated Cross-Validation

Description

Implementation of repeated window cross-validation: generates fold objects for repeated cross-validation by making repeated calls to make_folds and concatenating the results.

Usage

make_repeated_folds(repeats, ...)

Arguments

repeats

integer; number of repeats

...

arguments passed to make_folds

See Also

Other fold generation functions: fold_from_foldvec, fold_funs, make_folds