cross_validate_xgb: this function takes the train structure and hyperparameters,...

Description Usage Arguments

View source: R/build_model.R

Description

this function takes the train structure and hyperparameters, and an integer n and does an n fold cross validation and returns the result.

Usage

1
cross_validate_xgb(train_structure, hyperparameters, nfold = 5)

Arguments

train_structure

the data structure generated by prepare_training_set

hyperparameters

the list generated by guess_hyperparameters function

nfold

number of folds of CV


pbhogale/simplexgb documentation built on Nov. 27, 2021, 3:06 p.m.