mi_tune_xgb | R Documentation |
Tune the Xgboost model by hyperband.
mi_tune_xgb(
data,
resampling = rsmp("cv", folds = 5),
measure = msr("classif.acc"),
eta = 3
)
data |
A tibble.All are numeric except the first column is a factor. |
resampling |
R6/Resampling. |
measure |
Model evaluation method.Use |
eta |
The percent parameter configurations discarded. |
A list of tuning instance and stage plot.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.