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 54dcc79 commit fc87ee6Copy full SHA for fc87ee6
tests/testthat/test_classif_qda.R
@@ -3,6 +3,7 @@ skip_if_not_installed("MASS")
3
test_that("autotest", {
4
learner = mlr3::lrn("classif.qda")
5
expect_learner(learner)
6
- result = run_autotest(learner, N = 50L, exclude = "feat_single")
+ result = run_autotest(learner, N = 100L, exclude = "feat_single")
7
expect_true(result, info = result$error)
8
})
9
+
0 commit comments