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

Skip to content

Releases: mlr-org/mlr3viz

mlr3viz 0.10.1

16 Jul 14:10

Choose a tag to compare

  • feat: Allow passing parameters to precrec::autoplot() (eg show_cb) when plotting BenchmarkResult and ResampleResult objects, using type = roc or prc.
  • refactor: Wrong type in autoplots now gives hints of which ones to use.
  • refactor: Update EnsembleFSResult.autoplot to use the active_measure field.
  • feat: add plot for confidence intervals (mlr3inferr).

mlr3viz 0.10.0

07 Nov 21:44

Choose a tag to compare

  • Add plot for LearnerSurvCoxPH.

mlr3viz 0.9.0

01 Jul 12:34

Choose a tag to compare

  • Work with new bbotk 0.9.0 and mlr3tuning 0.21.0

  • Add plots for EnsembleFSResult object.

mlr3viz 0.8.0

05 Mar 17:22
2316d93

Choose a tag to compare

  • Work with new paradox version 1.0.0

mlr3viz 0.7.0

21 Dec 11:55

Choose a tag to compare

  • Add "prediction" plots for classification and regression learners.

mlr3viz 0.6.2

23 Nov 13:45

Choose a tag to compare

  • Fix snapshots for bbotk 0.7.3.
  • Add "incumbent" plot for OptimInstanceSingleCrit.

mlr3viz 0.6.1

23 Jan 20:01

Choose a tag to compare

  • Add binwidth argument to histogram plots.
  • The "performance" plot always connected the maximum performance values.
    Now the minimum values are connected when the measure is minimized.

mlr3viz 0.6.0

12 Jan 15:47

Choose a tag to compare

  • Add theme option to autoplot() functions to supply a ggplot2::theme().
    The default is ggplot2::theme_minimal().
  • Remove theme_mlr3().
  • Unify plot layouts.
  • Remove support for passing extra arguments to geom_ functions via ....
    This behavior was not consistent across the autoplot() functions.

mlr3viz 0.5.10

18 Aug 21:14
5b5548a

Choose a tag to compare

  • Improved documentation.
  • Make checks run without suggested packages.

mlr3viz 0.5.7

14 Oct 06:46
fa8e049

Choose a tag to compare

  • Compatibility fix for testthat.