Skip to content

Commit

Permalink
tests: exclude se.method
Browse files Browse the repository at this point in the history
  • Loading branch information
be-marc committed Oct 25, 2024
1 parent 3cbc64d commit feb8154
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions inst/paramtest/test_paramtest_classif.ranger.R
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,7 @@ test_that("classif.ranger", {
"mtry.ratio", # custom hyperpar
"time.interest", # survival only
"alpha", # survival only
"minprop", # survival only
"se.method" # regression only
"minprop" # survival only
)

ParamTest = run_paramtest(learner, fun, exclude, tag = "train")
Expand All @@ -43,7 +42,8 @@ test_that("predict classif.ranger", {
"formula", # handled via mlr3
"object", # handled via mlr3
"data", # handled via mlr3
"type" # handled via mlr3
"type", # handled via mlr3
"se.method" # regression only
)

ParamTest = run_paramtest(learner, fun, exclude, tag = "predict")
Expand Down

0 comments on commit feb8154

Please sign in to comment.