mlr3benchmark
Analysis and tools for benchmarking in mlr3 and beyond.
A small mlr3 add-on for comparing learners, spending most releases making its statistics honest.
◆Recent moves
- 3y ago
friedman_global lets post-hoc tests run past a failed global test
Adds a friedman_global argument so post-hoc tests and autoplots can run even when the global Friedman test fails to reject the null. That is a deliberate loosening of a statistical guardrail, handed to the user as an explicit choice. The release also records a maintainer change to Sebastian Fischer.
View source ↗ - 4y ago
PMCMRplus compatibility fix
A README correction and a compatibility fix for PMCMRplus, the package supplying the post-hoc tests. No user-facing change beyond continuing to work against its dependency.
View source ↗ - 5y ago
BenchmarkAggr now requires factor columns; critical construction fix
A critical patch for a bug in BenchmarkAggr construction, paired with a breaking requirement that task and learner columns arrive as factors with no internal coercion. Trading implicit convenience for predictable typing, and continuing the CD plot fixes started in 0.1.1.
View source ↗ - 5y ago
Overlapping CD-plot bars fixed; flexible BenchmarkAggr construction
Fixes CD plots whose overlapping bars had been giving misleading results, which is the correctness problem the later releases keep circling. Also relaxes BenchmarkAggr construction so columns need not be named task_id and learner_id, returns the full test object from friedman_test in the single-measure case, and adds a $subset method.
View source ↗