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 2a38bea commit 7ca3169Copy full SHA for 7ca3169
tests/testthat/test-lightgbm.R
@@ -50,7 +50,7 @@ test_that("lightgbm mtry", {
50
51
test_that("lightgbm trees", {
52
53
- hyperparameters <- data.frame(trees = c(1, 20, 300))
+ hyperparameters <- data.frame(trees = c(1, 20, 50))
54
for(i in 1:nrow(hyperparameters)) {
55
model <- parsnip::boost_tree(trees = hyperparameters$trees[i], min_n = 1)
56
expect_all_modes_works(model, 'lightgbm')
0 commit comments