Description Usage Arguments Format Examples
An xgboost model is optimized based on a set of measures (see [Measure]).
The bounds of the parameter in which the model is optimized, are defined by autoxgbparset.
For the optimization itself Bayesian Optimization with mlrMBO is used.
Without any specification of the control object, the optimizer runs for for 160 iterations or 1 hour,
whichever happens first.
Both the parameter set and the control object can be set by the user.
Arguments to '.$new()':
1 |
measures |
[list of |
early_stopping_measure |
[ |
parset |
[ |
nthread |
[integer(1)] Arguments to '.$fit()': |
task |
[ |
iterations |
[ |
time.budget |
[ |
build.final.model |
[ |
control |
[ Additional arguments that control the process: |
mbo.learner |
[ |
design.size |
[ |
max.nrounds |
[ |
early.stopping.rounds |
[ |
early.stopping.fraction |
[ |
impact.encoding.boundary |
[ |
tune.threshold |
[logical(1)] |
An object of class R6ClassGenerator of length 24.
1 2 3 4 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.