Skip to content

mlr3tuning 0.9.0

Choose a tag to compare

@be-marc be-marc released this 14 Sep 07:55
  • 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().