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.0
CRAN release: 2022-06-28
- feat: Pass
paradox::TuneToken
tolts()
to add, remove or overwrite parameters in tuning spaces and learners. - fix: Remove debugging from
lts()
.
mlr3tuningspaces 0.2.0
CRAN release: 2022-04-12
- feat: Add a
as.data.table.TuningSpace()
function. - feat:
TuningSpace
objects have the optional field$label
now. - feat: New
$help()
method which opens the manual page of aTuningSpace
. - feat: Add search space for
glmnet
andkknn
to default collection. - feat: New
as_search_space()
function to create search spaces fromTuningSpace
objects.
mlr3tuningspaces 0.1.1
CRAN release: 2022-01-19
- fix: The
subsample
hyperparameter is tuned on a logarithmic scale now. The lower bound ofalpha
is reduced from1e-4
to1e-3
. The tuning range of thelambda
hyperparameter was 0.1 to 1. From now on,lambda
is tuned from1e-3
to1e3
on a logarithmic scale.