Runs xgb.train.ped on cross-validation sets
1 2 3 4 5 6 7 8 9 10 11 12 13 |
params |
the list of parameters. The complete list of parameters is available in the online documentation. Below is a shorter summary: 1. General Parameters
2. Booster Parameters 2.1. Parameter for Tree Booster
2.2. Parameter for Linear Booster
3. Task Parameters
|
data |
training dataset. |
nrounds |
max number of boosting iterations. |
nfold |
Number of cross-valdation folds. |
ped_params |
List of parameters used to transform data into PED format. |
verbose |
If 0, xgboost will stay silent. If 1, it will print information about performance.
If 2, some additional information will be printed out.
Note that setting |
print_every_n |
Print each n-th iteration evaluation messages when |
early_stopping_rounds |
If |
... |
other parameters to pass to |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.