|
1 | | -# mlr3viz (development version) |
| 1 | +# mlr3viz 0.11.0 |
2 | 2 |
|
3 | | -- fix: Suppress warnings about unused arguments in `ggplot2::fortify()` when plotting ROC/PRC curves with newer versions of ggplot2. |
4 | | -- refactor: plot for `LearnerSurvCoxPH` will be moved to `mlr3proba@0.8.4` |
| 3 | +* fix: Suppress warnings about unused arguments in `ggplot2::fortify()` when plotting ROC/PRC curves with newer versions of ggplot2. |
| 4 | +* refactor: plot for `LearnerSurvCoxPH` will be moved to `mlr3proba@0.8.4`. |
5 | 5 |
|
6 | 6 | # mlr3viz 0.10.1 |
7 | 7 |
|
8 | | -- feat: Allow passing parameters to `precrec::autoplot()` (eg `show_cb`) when plotting `BenchmarkResult` and `ResampleResult` objects, using `type` = `roc` or `prc`. |
9 | | -- refactor: Wrong `type` in `autoplot`s now gives hints of which ones to use. |
10 | | -- refactor: Update `EnsembleFSResult.autoplot` to use the `active_measure` field. |
11 | | -- feat: add plot for confidence intervals (`mlr3inferr`). |
| 8 | +* feat: Allow passing parameters to `precrec::autoplot()` (eg `show_cb`) when plotting `BenchmarkResult` and `ResampleResult` objects, using `type` = `roc` or `prc`. |
| 9 | +* refactor: Wrong `type` in `autoplot`s now gives hints of which ones to use. |
| 10 | +* refactor: Update `EnsembleFSResult.autoplot` to use the `active_measure` field. |
| 11 | +* feat: add plot for confidence intervals (`mlr3inferr`). |
12 | 12 |
|
13 | 13 | # mlr3viz 0.10.0 |
14 | 14 |
|
15 | | -- Add plot for `LearnerSurvCoxPH`. |
| 15 | +* Add plot for `LearnerSurvCoxPH`. |
16 | 16 |
|
17 | 17 | # mlr3viz 0.9.0 |
18 | 18 |
|
19 | | -- Work with new bbotk 0.9.0 and mlr3tuning 0.21.0 |
20 | | -- Add plots for `EnsembleFSResult` object. |
| 19 | +* Work with new bbotk 0.9.0 and mlr3tuning 0.21.0 |
| 20 | +* Add plots for `EnsembleFSResult` object. |
21 | 21 |
|
22 | 22 | # mlr3viz 0.8.0 |
23 | 23 |
|
24 | | -- Work with new paradox version 1.0.0 |
| 24 | +* Work with new paradox version 1.0.0 |
25 | 25 |
|
26 | 26 | # mlr3viz 0.7.0 |
27 | 27 |
|
28 | | -- Add `"prediction"` plots for classification and regression learners. |
| 28 | +* Add `"prediction"` plots for classification and regression learners. |
29 | 29 |
|
30 | 30 | # mlr3viz 0.6.2 |
31 | 31 |
|
32 | | -- Fix snapshots for bbotk 0.7.3. |
33 | | -- Add `"incumbent"` plot for `OptimInstanceSingleCrit`. |
| 32 | +* Fix snapshots for bbotk 0.7.3. |
| 33 | +* Add `"incumbent"` plot for `OptimInstanceSingleCrit`. |
34 | 34 |
|
35 | 35 | # mlr3viz 0.6.1 |
36 | 36 |
|
37 | | -- Add `binwidth` argument to histogram plots. |
38 | | -- The `"performance"` plot always connected the maximum performance values. |
| 37 | +* Add `binwidth` argument to histogram plots. |
| 38 | +* The `"performance"` plot always connected the maximum performance values. |
39 | 39 | Now the minimum values are connected when the measure is minimized. |
40 | 40 |
|
41 | 41 | # mlr3viz 0.6.0 |
42 | 42 |
|
43 | | -- Add `theme` option to `autoplot()` functions to supply a `ggplot2::theme()`. |
| 43 | +* Add `theme` option to `autoplot()` functions to supply a `ggplot2::theme()`. |
44 | 44 | The default is `ggplot2::theme_minimal()`. |
45 | | -- Remove `theme_mlr3()`. |
46 | | -- Unify plot layouts. |
47 | | -- Remove support for passing extra arguments to `geom_` functions via `...`. |
| 45 | +* Remove `theme_mlr3()`. |
| 46 | +* Unify plot layouts. |
| 47 | +* Remove support for passing extra arguments to `geom_` functions via `...`. |
48 | 48 | This behavior was not consistent across the `autoplot()` functions. |
49 | 49 |
|
50 | 50 | # mlr3viz 0.5.10 |
51 | 51 |
|
52 | | -- Improved documentation. |
53 | | -- Make checks run without suggested packages. |
| 52 | +* Improved documentation. |
| 53 | +* Make checks run without suggested packages. |
54 | 54 |
|
55 | 55 | # mlr3viz 0.5.9 |
56 | 56 |
|
57 | | -- Plots for survival objects moved to mlr3proba. |
| 57 | +* Plots for survival objects moved to mlr3proba. |
58 | 58 |
|
59 | 59 | # mlr3viz 0.5.8 |
60 | 60 |
|
61 | | -- Compatibility fixes. |
| 61 | +* Compatibility fixes. |
62 | 62 |
|
63 | 63 | # mlr3viz 0.5.7 |
64 | 64 |
|
65 | | -- Compatibility fix for testthat. |
| 65 | +* Compatibility fix for testthat. |
66 | 66 |
|
67 | 67 | # mlr3viz 0.5.6 |
68 | 68 |
|
69 | | -- Compatibility fix for mlr3tuning. |
70 | | -- Fixed position of labels in barplot for `PredictionClassif`. |
| 69 | +* Compatibility fix for mlr3tuning. |
| 70 | +* Fixed position of labels in barplot for `PredictionClassif`. |
71 | 71 |
|
72 | 72 |
|
73 | 73 | # mlr3viz 0.5.5 |
74 | 74 |
|
75 | | -- Fixed another bug for ROC- and Precision-recall-curves (#79). |
| 75 | +* Fixed another bug for ROC- and Precision-recall-curves (#79). |
76 | 76 |
|
77 | 77 | # mlr3viz 0.5.4 |
78 | 78 |
|
79 | | -- Fixed a bug for ROC- and Precision-recall-curves (#72, #75). |
| 79 | +* Fixed a bug for ROC- and Precision-recall-curves (#72, #75). |
80 | 80 |
|
81 | 81 | # mlr3viz 0.5.3 |
82 | 82 |
|
83 | | -- New autoplot for `LearnerClustHclust`. |
| 83 | +* New autoplot for `LearnerClustHclust`. |
84 | 84 |
|
85 | 85 | # mlr3viz 0.5.2 |
86 | 86 |
|
87 | | -- New autoplot for `TuningInstanceSingleCrit` from package `mlr3tuning`. |
88 | | -- Fixed bugs in autoplot function for `BenchmarkResult` (#63, #65). |
89 | | -- Fixed a bug in autoplot function for `PredictionClust` (#67). |
| 87 | +* New autoplot for `TuningInstanceSingleCrit` from package `mlr3tuning`. |
| 88 | +* Fixed bugs in autoplot function for `BenchmarkResult` (#63, #65). |
| 89 | +* Fixed a bug in autoplot function for `PredictionClust` (#67). |
90 | 90 |
|
91 | 91 | # mlr3viz 0.5.1 |
92 | 92 |
|
93 | | -- Fix test on solaris. |
| 93 | +* Fix test on solaris. |
94 | 94 |
|
95 | 95 |
|
96 | 96 | # mlr3viz 0.5.0 |
97 | 97 |
|
98 | | -- New autoplot for `PredictionSurv`. |
99 | | -- New autoplots for learners from package `glmnet` via `ggfortify`. |
100 | | -- Fixed ROC and PRC plots for resampling `"holdout"` (#54). |
101 | | -- If possible, we now show confidence bounds for ROC and PRC plots (#55). |
102 | | -- Fixed a bug in autoplot function `TaskDens` (#57). |
| 98 | +* New autoplot for `PredictionSurv`. |
| 99 | +* New autoplots for learners from package `glmnet` via `ggfortify`. |
| 100 | +* Fixed ROC and PRC plots for resampling `"holdout"` (#54). |
| 101 | +* If possible, we now show confidence bounds for ROC and PRC plots (#55). |
| 102 | +* Fixed a bug in autoplot function `TaskDens` (#57). |
103 | 103 |
|
104 | 104 |
|
105 | 105 | # mlr3viz 0.4.0 |
106 | 106 |
|
107 | | -- All `autoplot.*()` functions now also have a generic S3 `plot()` sibling (#51). |
108 | | -- New plots for cluster tasks, learners and predictions from `mlr3cluster`. |
109 | | -- Fixed wrong labels for boxplots of `BenchmarkResult`. |
| 107 | +* All `autoplot.*()` functions now also have a generic S3 `plot()` sibling (#51). |
| 108 | +* New plots for cluster tasks, learners and predictions from `mlr3cluster`. |
| 109 | +* Fixed wrong labels for boxplots of `BenchmarkResult`. |
110 | 110 |
|
111 | 111 |
|
112 | 112 | # mlr3viz 0.3.0 |
113 | 113 |
|
114 | | -- Compatibility with `mlr3` >= 0.6.0. |
| 114 | +* Compatibility with `mlr3` >= 0.6.0. |
115 | 115 |
|
116 | 116 |
|
117 | 117 | # mlr3viz 0.2.0 |
118 | 118 |
|
119 | | -- Added plots for `TaskDens` and `TaskSurv` from package `mlr3proba`. |
120 | | -- Update documentation of `PredictionRegr` (#23) |
121 | | -- `autoplot.BenchmarkResult()`: Support for learners with identical IDs (#19) |
122 | | -- Fixed a bug in `plot_learner_prediction()` (#47) |
| 119 | +* Added plots for `TaskDens` and `TaskSurv` from package `mlr3proba`. |
| 120 | +* Update documentation of `PredictionRegr` (#23) |
| 121 | +* `autoplot.BenchmarkResult()`: Support for learners with identical IDs (#19) |
| 122 | +* Fixed a bug in `plot_learner_prediction()` (#47) |
123 | 123 |
|
124 | 124 |
|
125 | 125 | # mlr3viz 0.1.1 |
126 | 126 |
|
127 | | -- New plot: learner prediction for objects of class `ResampleResult`. |
| 127 | +* New plot: learner prediction for objects of class `ResampleResult`. |
128 | 128 | Additionally, the helper function `plot_learner_prediction()` first performs a |
129 | 129 | `resample()` and then plots the result. |
130 | | -- New plot: residual plot for objects of class `PredictionRegr`. |
| 130 | +* New plot: residual plot for objects of class `PredictionRegr`. |
131 | 131 |
|
132 | 132 |
|
133 | 133 | # mlr3viz 0.1.0 |
134 | 134 |
|
135 | | -- Initial CRAN release |
| 135 | +* Initial CRAN release |
0 commit comments