mlr_tuning_spaces_rbv1 {mlr3tuningspaces}R Documentation

RandomBot Tuning Spaces

Description

Tuning spaces from the Kuehn (2018) article.

glmnet tuning space

kknn tuning space

ranger tuning space

The tuning space of the ranger learner is slightly different from the original paper. The hyperparameter mtry.power is replaced by mtry.ratio and min.node.size is explored in a range from 1 to 100.

rpart tuning space

svm tuning space

xgboost tuning space

Source

Kuehn D, Probst P, Thomas J, Bischl B (2018). “Automatic Exploration of Machine Learning Experiments on OpenML.” 1806.10961, https://arxiv.org/abs/1806.10961.


[Package mlr3tuningspaces version 0.5.0 Index]