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
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.