mlr3tuningspaces 0.6.0
- BREAKING CHANGE: The kknnpackage was removed from
CRAN. Thekknntuning spaces are removed from the
package.
- feat: Print with clipackage.
mlr3tuningspaces 0.5.2
- compatibility: mlr3learners 0.9.0
mlr3tuningspaces 0.5.1
- compatibility: Work with new mlr3tuning version 1.0.0
mlr3tuningspaces 0.5.0
- 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
- 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
- fix: Add missing ...parameter tord_info.TuningSpace().
mlr3tuningspaces 0.3.4
- docs: Remove deprecated methodargument ofmlr3tuning::tune().
- docs: Update resources.
mlr3tuningspaces 0.3.3
- fix: Extra paradox::TuneTokeninlts()were not passed to learners created with$get_learner().
- docs: Add lts()return.
mlr3tuningspaces 0.3.2
- docs: Add mlr_tuning_spacesprefix to aliases.
mlr3tuningspaces 0.3.1
- docs: Add glmnet description.
mlr3tuningspaces 0.3.0
- feat: Pass paradox::TuneTokentolts()to
add, remove or overwrite parameters in tuning spaces and learners.
- fix: Remove debugging from lts().
mlr3tuningspaces 0.2.0
- 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
- 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.
mlr3tuningspaces 0.1.0
- refactor: update citations.
- feat: Add mtry.ratiohyperparameter to tuning spaces of
the ranger learner.
- feat: Add $print()method toTuningSpaceobjects.
mlr3tuningspaces 0.0.1
- First release of the tuning spaces package.