Skip to content

mlr3tuning 0.3.0

Choose a tag to compare

@be-marc be-marc released this 10 Sep 09:56
  • Compact in-memory representation of R6 objects to save space when
    saving mlr3 objects via saveRDS(), serialize() etc.
  • Archive is ArchiveTuning now which stores the benchmark result in
    $benchmark_result. This change removed the resample results from the archive
    but they can be still accessed via the benchmark result.
  • Warning message if external package for tuning is not installed.
  • To retrieve the inner tuning results in nested resampling,
    as.data.table(rr)$learner[[1]]$tuning_result must be used now.