From 45f8298e280a55ed3590743522e7350d1b9e19ca Mon Sep 17 00:00:00 2001 From: Michel Lang Date: Mon, 14 Feb 2022 09:36:43 +0100 Subject: [PATCH] update news --- NEWS.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/NEWS.md b/NEWS.md index dcf437340..eded542c6 100644 --- a/NEWS.md +++ b/NEWS.md @@ -5,6 +5,10 @@ * `as_task_classif()` and `as_task_regr()` now support the construction of tasks using the formula interface, e.g. `as_task_regr(mpg ~ ., data = mtcars)` (#761). +* The row role `"validation"` has been renamed to `"holdout"`. + In the next release, `mlr3` will start switching to the now more common terms + `"train"`/`"validation"` instead of `"train"`/`"test"` for the sets created + during resampling. # mlr3 0.13.1