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 9e6a672 commit 0fefbbcCopy full SHA for 0fefbbc
tests/testthat/test_ppl.R
@@ -62,14 +62,13 @@ test_that("mlr3book authors don't sleepwalk through life", {
62
63
tasks = tsks(c("breast_cancer", "sonar"))
64
65
-
66
glrn_stack = as_learner(ppl("robustify") %>>% ppl("stacking",
67
lrns(c("classif.rpart", "classif.debug")),
68
- lrn("classif.log_reg")
+ lrn("classif.rpart", id = "classif.rpart2")
69
))
70
glrn_stack$id = "Stack"
71
72
learners = c(glrn_stack)
73
- bmr = benchmark(benchmark_grid(tasks, learners, rsmp("cv", folds = 3)))
+ bmr = benchmark(benchmark_grid(tasks, learners, rsmp("cv", folds = 2)))
74
75
})
0 commit comments