We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf949f6 commit 9536ddaCopy full SHA for 9536dda
tests/testthat/helper-05-ml-learner.R
@@ -178,8 +178,8 @@ get_default_mlmethod_irm = function(learner) {
178
mlmethod_g = paste0("regr.", learner))
179
180
params = list(
181
- params_g = list(cp = 0.01, minsplit = 20),
182
- params_m = list(cp = 0.01, minsplit = 20))
+ params_g = list(cp = 0.02, minsplit = 20),
+ params_m = list(cp = 0.02, minsplit = 20))
183
184
}
185
ml_g = mlr3::lrn(mlmethod$mlmethod_g)
0 commit comments