Skip to content

mlr3tuning 1.4.0

Latest

Choose a tag to compare

@be-marc be-marc released this 10 Jul 06:13
  • feat: Resample stages from CallbackResample are now available in CallbackBatchTuning and CallbackAsyncTuning.
  • fix: The $predict_type was written to the model even when the AutoTuner was not trained.
  • feat: Internal tuned values are now visible in logs.
  • BREAKING CHANGE: Remove internal search space argument.
  • BREAKING CHANGE: The mlr3 ecosystem has a base logger now which is named mlr3.
    The mlr3/bbotk logger is a child of the mlr3 logger and is used for logging messages from the bbotk and mlr3tuning package.
  • feat: Classes are now printed with the cli package.