KFold {rBayesianOptimization}R Documentation

K-Folds cross validation index generator

Description

Generates a list of indices for K-Folds Cross-Validation.

Usage

KFold(target, nfolds = 10, stratified = FALSE, seed = 0)

Arguments

target

Samples to split in K folds.

nfolds

Number of folds.

stratified

whether to apply Stratified KFold.

seed

random seed to be used.

Value

a list of indices for K-Folds Cross-Validation


[Package rBayesianOptimization version 1.2.1 Index]