Skip to content

Commit 24ef41b

Browse files
committed
NEWS
1 parent 5addc3b commit 24ef41b

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

NEWS.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,16 @@
11
# mlr3pipelines 0.9.0-9000
22

33
* Pretty-printing some info using the `cli` package now.
4+
* Fix: Added support for internal validation tasks to `PipeOpFeatureUnion`.
45
* Fix: Added internal workaround for `PipeOpNMF` attaching `Biobase`, `BiocGenerics`, and `generics` to the search path during training, prediction or when printing its `$state`.
56
* feat: allow dates in datefeatures pipe op and use data.table for date feature generation.
6-
* Added support for internal validation tasks to `PipeOpFeatureUnion`.
77
* feat: `PipeOpLearnerCV` can reuse the cross-validation models during prediction by averaging their outputs (`resampling.predict_method = "cv_ensemble"`).
8-
* feat: `PipeOpRegrAvg` gets new `se_aggr` and `se_aggr_rho` hyperparameters and now allows various forms of SE aggregation.
8+
* feat: `PipeOpRegrAvg` gets new `se_aggr`, `se_aggr_rho`, `prob_aggr`, and `prob_aggr_eps` hyperparameters and now allows different forms of prob / SE aggregation.
9+
* feat: `FilterEnsemble` now registers itself in `mlr3filters`, validates and normalizes weights more strictly (including zero-weight handling), and ships with a comprehensive test suite covering rank transforms, helper utilities, and dictionary metadata.
10+
* Some workarounds against `NMF` loading `Biobase` / `BiocGenerics` unnecessarily.
911
* Compatibility with new testthat version 3.3.0
1012

13+
1114
# mlr3pipelines 0.9.0
1215

1316
* Breaking change: Removed initialization of `PipeOpImputeConstant`'s `constant` hyperparameter since it was incompatible with other defaults and would lead to not recommended usage (creating an empty level).

0 commit comments

Comments
 (0)