.sits_create_folds: Create partitions of a data set
Description
Split a sits tibble into k groups, based on the label.
Usage
.sits_create_folds(data, folds = 5)
Value
A list of row position integers corresponding to the training data.
Arguments
- data
A sits tibble to be partitioned.
- folds
Number of folds