Releases: mlr-org/mlr3viz
Releases · mlr-org/mlr3viz
mlr3viz 0.10.0
mlr3viz 0.9.0
-
Work with new bbotk 0.9.0 and mlr3tuning 0.21.0
-
Add plots for
EnsembleFSResult
object.
mlr3viz 0.8.0
- Work with new paradox version 1.0.0
mlr3viz 0.7.0
- Add
"prediction"
plots for classification and regression learners.
mlr3viz 0.6.2
- Fix snapshots for bbotk 0.7.3.
- Add
"incumbent"
plot forOptimInstanceSingleCrit
.
mlr3viz 0.6.1
- 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
- Add
theme
option toautoplot()
functions to supply aggplot2::theme()
.
The default isggplot2::theme_minimal()
. - Remove
theme_mlr3()
. - Unify plot layouts.
- Remove support for passing extra arguments to
geom_
functions via...
.
This behavior was not consistent across theautoplot()
functions.
mlr3viz 0.5.10
- Improved documentation.
- Make checks run without suggested packages.
mlr3viz 0.5.7
- Compatibility fix for testthat.
mlr3viz 0.5.6
- Compatibility fix for mlr3tuning.
- Fixed position of labels in barplot for
PredictionClassif
.