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 0d8a29d commit 22ecbfcCopy full SHA for 22ecbfc
tests/testthat/test_mlr_graphs_bagging.R
@@ -50,7 +50,7 @@ test_that("Bagging with replacement", {
50
tsk$filter(1:140)
51
expect_equal(anyDuplicated(tsk$data()), 0) # make sure no duplicates
52
53
- p = ppl("bagging", iterations = 2,
+ p = ppl("bagging", iterations = 2, frac = 1,
54
graph = lrn("classif.debug", save_tasks = TRUE),
55
replace = TRUE, averager = po("classifavg", collect_multiplicity = TRUE)
56
)
0 commit comments