Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Releases: mlr-org/mlr3benchmark

mlr3benchmark 0.1.7

10 Oct 08:35
bf02704

Choose a tag to compare

  • compatibility: mlr3 0.22.0

Release 0.1.6

30 May 08:29
adc3a32

Choose a tag to compare

See NEWS.md for changes

mlr3benchmark 0.1.5

14 Mar 08:37

Choose a tag to compare

See NEWS.md for changes

mlr3benchmark 0.1.4

11 Oct 04:29

Choose a tag to compare

  • 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

mlr3benchmark 0.1.3

04 Oct 16:26

Choose a tag to compare

  • Fix README
  • Fix for PMCMRplus

mlr3benchmark 0.1.2

19 Apr 19:32

Choose a tag to compare

  • 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

16 Dec 12:22

Choose a tag to compare

  • 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 columns task_id and learner_id, instead any name can be used if passed to the respective arguments in the constructor.
  • Adds $subset public method to BenchmarkAggr as a thin wrapper around subset for data.table. Returns subsetted data.table.

mlr3benchmark 0.1.0

19 Nov 10:57

Choose a tag to compare

Initial cran release