KFold: K-Folds cross validation index generator

View source: R/KFold.R

KFoldR 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


rBayesianOptimization documentation built on May 29, 2024, 2:36 a.m.