Skip to content

Commit

Permalink
update news
Browse files Browse the repository at this point in the history
  • Loading branch information
mllg committed Feb 14, 2022
1 parent a234d59 commit 45f8298
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 45f8298

Please sign in to comment.