- Renamed
as.BenchmarkAggr
toas_benchmark_aggr()
for consistency. The former still works but is deprecated.
- Rename argument of autoplot function to comply with new CRAN check
- Fix bug in
rank_data
caused by learner name mismatch
- Add
friedman_global
argument 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
- Fix README
- Fix for PMCMRplus
- 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
- BenchmarkAggr$friedman_test now returns the full test object if only a single measure exists in the object
- Fixed plotting in
autoplot.BenchmarkAggr
for CD-plots, previously bars were overlapping and giving misleading results. BenchmarkAggr
is now more flexible in construction. Instead of being forced to name columnstask_id
andlearner_id
, instead any name can be used if passed to the respective arguments in the constructor.- Adds
$subset
public method toBenchmarkAggr
as a thin wrapper aroundsubset
fordata.table
. Returns subsetted data.table.
- Initial CRAN release