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
Adds AutoTuner$base_learner() method to extract the base learner from
nested learner objects.
tune() supports multi-criteria tuning.
Allows empty search space.
Adds TunerIrace from irace package.
extract_inner_tuning_archives() helper function to extract inner tuning
archives.
Removes ArchiveTuning$extended_archive() method. The mlr3::ResampleResults are
joined automatically by as.data.table.TuningArchive() and extract_inner_tuning_archives().