Skip to content

Commit 27cd32b

Browse files
committed
add NEWS
1 parent 403de6a commit 27cd32b

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

NEWS.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# mlr 2.14.0.9000
22

3+
## Breaking
4+
5+
- Instead of a wide `data.frame` filter values are now returned in a long (tidy) `tibble`. This makes it easier to apply post-processing methods (like `group_by()`, etc) (@pat-s, #2456)
6+
37
## learners - general
48

59
- `classif.liquidSVM` and `regr.liquidSVM` have been removed because `liquidSVM` has been removed from CRAN.
@@ -26,6 +30,14 @@
2630
## filters - general
2731

2832
- Filter `praznik_mrmr` also supports `regr` and `surv` tasks
33+
- `getFilterValuesData()` now returns a `tbl` instead of a `data.frame`. (@pat-s, #2456)
34+
- `plotFilterValues()` got a bit "smarter" and easier now regarding the ordering of multiple facets. (@pat-s, #2456)
35+
- `filterFeatures()`, `generateFilterValuesData()` and `makeFilterWrapper()` gained new examples. (@pat-s, #2456)
36+
37+
## filters - new
38+
39+
- Ensemble features are now supported. These filters combine multiple single filters to create a final ranking based on certain statistical operations. All new filters are listed in a dedicated section "ensemble filters" in the [tutorial](https://mlr.mlr-org.com/articles/tutorial/filter_methods.html).
40+
Tuning of simple features is not supported yet because of a [missing feature](https://github.com/berndbischl/ParamHelpers/pull/206) in _ParamHelpers_. (@pat-s, #2456)
2941

3042
# mlr 2.14.0
3143

0 commit comments

Comments
 (0)