mlr3benchmark 0.1.7
CRAN release: 2024-12-02
- Changed examples to not use
tsk("boston_housing")anymore - Remove use of deprecated
ggplot2functions
mlr3benchmark 0.1.6
CRAN release: 2023-05-30
- Renamed
as.BenchmarkAggrtoas_benchmark_aggr()for consistency. The former still works but is deprecated.
mlr3benchmark 0.1.5
CRAN release: 2023-03-14
- Rename argument of autoplot function to comply with new CRAN check
- Fix bug in
rank_datacaused by learner name mismatch
mlr3benchmark 0.1.4
CRAN release: 2022-10-10
- Add
friedman_globalargument to posthoc tests and to autoplots to allow methods and plots to run even if the global Friedman test fails (i.e. don’t reject null) - New maintainer: Sebastian Fischer
- Fix documentation
mlr3benchmark 0.1.2
CRAN release: 2021-04-19
- Critical patch for bug in creating BenchmarkAggr objects.
- Task and learner columns must now be provided as factors to BenchmarkAggr objects, no internal coercion is made.
- Bug fix in CD plots
mlr3benchmark 0.1.1
CRAN release: 2020-12-16
- BenchmarkAggr$friedman_test now returns the full test object if only a single measure exists in the object
- Fixed plotting in
autoplot.BenchmarkAggrfor CD-plots, previously bars were overlapping and giving misleading results. -
BenchmarkAggris now more flexible in construction. Instead of being forced to name columnstask_idandlearner_id, instead any name can be used if passed to the respective arguments in the constructor. - Adds
$subsetpublic method toBenchmarkAggras a thin wrapper aroundsubsetfordata.table. Returns subsetted data.table.