createFolds: Create the list of cross-validation folds

Description Usage Arguments Value

Description

Create the list of cross-validation folds

Usage

1
createFolds(data, config, set_seed = TRUE, seed = NULL)

Arguments

data

the data.frame used to create the models

config

a list of configuration information

set_seed

boolean of whether to (re)set seed

seed

integer value of random seed

Value

list of record ID's. Each element is the record ID's of the folds for a given trial.


alteryx/AlteryxPredictive documentation built on May 12, 2019, 1:37 a.m.