Description Usage Arguments Value Examples
This function is used to train a model using xgboost in the automated HTML report creator. It must handle three arguments: train
, valid
, and params
.
1 | report.xgb.helper(train, valid, params, nrounds = 1e+06, model = NULL)
|
train |
Type: xgb.DMatrix. The labelled training data. |
valid |
Type: xgb.DMatrix. The labelled testing data. |
params |
Type: list. The parameters as a list. |
nrounds |
Type: numeric. The number of training iterations. |
model |
Type: xgb.Booster. The xgboost model to train from. |
A xgboost model.
1 2 | # No example.
## Not run:
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.