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 9b396a0 commit 1210275Copy full SHA for 1210275
tests/testthat/test_boost_tree_C50.R
@@ -15,7 +15,7 @@ lending_club_fail <-
15
num_pred <- c("funded_amnt", "annual_inc", "num_il_tl")
16
lc_basic <-
17
boost_tree(mode = "classification") %>%
18
- set_engine("C5.0")
+ set_engine("C5.0", bands = 2)
19
20
ctrl <- fit_control(verbosity = 1, catch = FALSE)
21
caught_ctrl <- fit_control(verbosity = 1, catch = TRUE)
0 commit comments