Skip to content

Releases: mlr-org/mlr3viz

mlr3viz 0.9.0

01 Jul 12:34
Compare
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
Compare
Choose a tag to compare
  • Work with new paradox version 1.0.0

mlr3viz 0.7.0

21 Dec 11:55
Compare
Choose a tag to compare
  • Add "prediction" plots for classification and regression learners.

mlr3viz 0.6.2

23 Nov 13:45
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare
  • Improved documentation.
  • Make checks run without suggested packages.

mlr3viz 0.5.7

14 Oct 06:46
fa8e049
Compare
Choose a tag to compare
  • Compatibility fix for testthat.

mlr3viz 0.5.6

14 Sep 13:03
Compare
Choose a tag to compare
  • Compatibility fix for mlr3tuning.
  • Fixed position of labels in barplot for PredictionClassif.

mlr3viz 0.5.5

12 Aug 19:38
Compare
Choose a tag to compare
  • Fixed another bug for ROC- and Precision-recall-curves (#79).