View source: R/xgb.model.fit.cv.R
xgb.model.fit.cv | R Documentation |
This internal function explores optimal parameters in xgb.train using cross-validation xgb.model.fit.cv()
xgb.model.fit.cv( data, cv.objective, cv.nround, cv.nfold, cv.min.burnin, cv.max_depth, cv.eta, cv.gamma, cv.nthread, cv.subsample, cv.eval_metric, cv.colsample_bytree, cv.min_child_weight, cv.lambda, cv.lambda_bias, cv.alpha, cv.scale_pos_weight, early_stopping_rounds, cv.local.N )
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.