From 82652bd9d7cd7406a2cdd89ea1eece24527e330c Mon Sep 17 00:00:00 2001 From: be-marc Date: Fri, 6 Sep 2024 17:44:42 +0200 Subject: [PATCH] chore: news --- NEWS.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/NEWS.md b/NEWS.md index 9bec4c678..b9aac41ba 100644 --- a/NEWS.md +++ b/NEWS.md @@ -22,7 +22,8 @@ * feat: Create default fallback learner with `default_fallback()`. * feat: Check column roles when using `$set_col_roles()` and `$col_roles`. * fix: Add predict set to learner hash. -* BREAKING CHANGE: Encapsulation and the fallback learner are now set the `$encapsulate()` method. +* BREAKING CHANGE: Encapsulation and the fallback learner are now set with the `$encapsulate(method, fallback)` method. + The `$fallback` field is read-only now and the encapsulate status can be retrieved from the `$encapsulation` field. # mlr3 0.20.2