Tune the Random Forest model by hyperband.
mi_tune_rg(
data,
resampling = rsmp("cv", folds = 5),
measure = msr("classif.acc"),
eta = 3
)A list of tuning instance and stage plot.
A tibble.All are numeric except the first column is a factor.
R6/Resampling.
Model evaluation method.Use mlr_measures and msr() to view and choose metrics.
The percent parameter configurations discarded.