Releases: mlr-org/mlr3tuningspaces
Releases · mlr-org/mlr3tuningspaces
mlr3tuningspaces 0.5.2
mlr3tuningspaces 0.5.1
- compatibility: Work with new mlr3tuning version 1.0.0
mlr3tuningspaces 0.5.0
- fix: Reduce levels of
respect.unordered.factors
of search spaceranger.rbv1
to"ignore"
and"order"
. - compatibility: Work with new paradox version 1.0.0
mlr3tuningspaces 0.4.0
- fix: The source of the
rbv2
search spaces was wrong.
The source is Binder, Pfisterer, and Bischl (2020).
Thanks to @markus-schaffer. - feat: Add
rbv1
search spaces from the Kühn (2018) paper.
mlr3tuningspaces 0.3.5
- fix: Add missing
...
parameter tord_info.TuningSpace()
.
mlr3tuningspaces 0.3.4
- docs: Remove deprecated
method
argument ofmlr3tuning::tune()
. - docs: Update resources.
mlr3tuningspaces 0.3.3
- fix: Extra
paradox::TuneToken
inlts()
were not passed to learners created with$get_learner()
. - docs: Add
lts()
return.
mlr3tuningspaces 0.3.2
docs: Add mlr_tuning_spaces
prefix to aliases.
mlr3tuningspaces 0.3.1
- docs: Add glmnet description.
mlr3tuningspaces 0.3.0
- feat: Pass
paradox::TuneToken
tolts()
to add, remove or overwrite parameters in tuning spaces and learners. - fix: Remove debugging from
lts()
.