Skip to content

Commit f3fd32a

Browse files
committed
...
1 parent 210ac42 commit f3fd32a

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

NEWS.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,20 @@
11
# mlr3 1.2.0
22

33
* feat: Add `mirai` support for parallelization and encapsulation.
4+
* feat: Fallback can now be configured to only be used in case of certain errors via the `when` argument.
5+
* feat: Custom error and warning classes.
6+
* fix: `$selected_features` returns error when model is not trained yet.
7+
* docs: Missing values during scoring.
8+
* BREAKING CHANGE: Removed `data_format` argument of `$data()` method of `DataBackend`.
9+
* BREAKING CHANGE: Remove `data_formats` field from `Learner`.
10+
* BREAKING CHANGE: Remove `DataBackendMatrix` class.
11+
* feat: Add `materialize_view()` method to `Task` to replace the internal `DataBackend` with a new one after operations like `$select()` and `$filter()`.
12+
* docs: Information about quantile prediction.
13+
* perf: Use `fget` in `assert_predictable`.
14+
* feat: Store oob error in state without requiring storing the model.
15+
* fix: `$levels()` of `Task` returns in the correct order.
16+
* chore: Only print up to 10 classes in the `Task` printer.
17+
* fix: Check if `quantiles` and `quantile_response` are set.
418

519
# mlr3 1.1.0
620

0 commit comments

Comments
 (0)