Skip to content

Commit 9536dda

Browse files
committed
use different hyper pars
1 parent bf949f6 commit 9536dda

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/testthat/helper-05-ml-learner.R

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -178,8 +178,8 @@ get_default_mlmethod_irm = function(learner) {
178178
mlmethod_g = paste0("regr.", learner))
179179

180180
params = list(
181-
params_g = list(cp = 0.01, minsplit = 20),
182-
params_m = list(cp = 0.01, minsplit = 20))
181+
params_g = list(cp = 0.02, minsplit = 20),
182+
params_m = list(cp = 0.02, minsplit = 20))
183183

184184
}
185185
ml_g = mlr3::lrn(mlmethod$mlmethod_g)

0 commit comments

Comments
 (0)