From 3566800630bb3d6890d011ea2354c62b4b75ef5e Mon Sep 17 00:00:00 2001 From: kenomersmannPC Date: Sun, 22 Sep 2024 13:57:04 +0200 Subject: [PATCH 1/2] fixes #723, calling filter --- R/PipeOpFilter.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/R/PipeOpFilter.R b/R/PipeOpFilter.R index 663f10ce7..b5cdec575 100644 --- a/R/PipeOpFilter.R +++ b/R/PipeOpFilter.R @@ -195,7 +195,7 @@ PipeOpFilter = R6Class("PipeOpFilter", .transform = function(task) { task$select(self$state$features) }, - .additional_phash_input = function() class(self$filter) + .additional_phash_input = function() self$filter$hash ) ) From b5a59a57ac5317a8081d1cd9ccdd45cc44ad3653 Mon Sep 17 00:00:00 2001 From: "Keno M." <118814423+advieser@users.noreply.github.com> Date: Tue, 8 Oct 2024 13:48:55 +0200 Subject: [PATCH 2/2] Update version for `mlr3filters` to 0.9.0 in DESCRIPTION --- DESCRIPTION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DESCRIPTION b/DESCRIPTION index 85253382c..92a8dba97 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -65,7 +65,7 @@ Suggests: lme4, mlbench, bbotk (>= 0.3.0), - mlr3filters (>= 0.1.1), + mlr3filters (>= 0.9.0), mlr3learners, mlr3measures, nloptr,