mlr3tuningspaces 0.6.0
CRAN release: 2025-05-16
- BREAKING CHANGE: The
kknnpackage was removed from CRAN. Thekknntuning spaces are removed from the package. - feat: Print with
clipackage.
mlr3tuningspaces 0.5.1
CRAN release: 2024-06-21
- compatibility: Work with new mlr3tuning version 1.0.0
mlr3tuningspaces 0.5.0
CRAN release: 2024-03-05
- fix: Reduce levels of
respect.unordered.factorsof search spaceranger.rbv1to"ignore"and"order". - compatibility: Work with new paradox version 1.0.0
mlr3tuningspaces 0.4.0
CRAN release: 2023-04-20
- fix: The source of the
rbv2search spaces was wrong. The source is Binder, Pfisterer, and Bischl (2020). Thanks to @markus-schaffer. - feat: Add
rbv1search spaces from the Kühn (2018) paper.
mlr3tuningspaces 0.3.5
CRAN release: 2023-03-08
- fix: Add missing
...parameter tord_info.TuningSpace().
mlr3tuningspaces 0.3.4
CRAN release: 2023-03-02
- docs: Remove deprecated
methodargument ofmlr3tuning::tune(). - docs: Update resources.
mlr3tuningspaces 0.3.3
CRAN release: 2022-12-07
- fix: Extra
paradox::TuneTokeninlts()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::TuneTokentolts()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:
TuningSpaceobjects have the optional field$labelnow. - feat: New
$help()method which opens the manual page of aTuningSpace. - feat: Add search space for
glmnetandkknnto default collection. - feat: New
as_search_space()function to create search spaces fromTuningSpaceobjects.
mlr3tuningspaces 0.1.1
CRAN release: 2022-01-19
- fix: The
subsamplehyperparameter is tuned on a logarithmic scale now. The lower bound ofalphais reduced from1e-4to1e-3. The tuning range of thelambdahyperparameter was 0.1 to 1. From now on,lambdais tuned from1e-3to1e3on a logarithmic scale.
