Skip to content

Commit 256aba7

Browse files
committed
add logical feature type
1 parent e4e5ec4 commit 256aba7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/FilterUnivariateCox.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ FilterUnivariateCox = R6Class("FilterUnivariateCox",
7171
id = "surv.univariatecox",
7272
packages = c("survival"),
7373
param_set = ps(),
74-
feature_types = c("integer", "numeric"),
74+
feature_types = c("integer", "numeric", "logical"),
7575
task_types = "surv",
7676
label = "Univariate Cox Survival Score",
7777
man = "mlr3filters::mlr_filters_univariatecox"

0 commit comments

Comments
 (0)