From 4894e33e69f11e0fa0ee1b7e8a6256ac77f21d09 Mon Sep 17 00:00:00 2001 From: advieser Date: Sat, 18 Jan 2025 19:04:59 +0100 Subject: [PATCH] updated NEWS --- NEWS.md | 1 + 1 file changed, 1 insertion(+) diff --git a/NEWS.md b/NEWS.md index 129d851ab..910c4c692 100644 --- a/NEWS.md +++ b/NEWS.md @@ -7,6 +7,7 @@ * New parameter `new_role_direct` for `PipeOpColRoles` / `po("colroles")` to change column roles by role instead of by column. * Dictionary sugar functions `po()` / `pos()` / `ppl()` / `ppls()` now make suggestions for entries in both `mlr_pipeops` as well as `mlr_graphs` when an object by the given name could not be found in the respective dictionary. * New PipeOp `PipeOpDecode` / `po("decode")` to reverse one-hot or treatment encoding. +* Fix: Made tests for `PipeOpBLSmote` deterministic. # mlr3pipelines 0.7.1