You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.