Skip to content

Commit 1210275

Browse files
committed
added an engine-specific option
1 parent 9b396a0 commit 1210275

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/testthat/test_boost_tree_C50.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ lending_club_fail <-
1515
num_pred <- c("funded_amnt", "annual_inc", "num_il_tl")
1616
lc_basic <-
1717
boost_tree(mode = "classification") %>%
18-
set_engine("C5.0")
18+
set_engine("C5.0", bands = 2)
1919

2020
ctrl <- fit_control(verbosity = 1, catch = FALSE)
2121
caught_ctrl <- fit_control(verbosity = 1, catch = TRUE)

0 commit comments

Comments
 (0)