-
Notifications
You must be signed in to change notification settings - Fork 105
Closed
Labels
upkeepmaintenance, infrastructure, and similarmaintenance, infrastructure, and similar
Description
parsnip/tests/testthat/_snaps/boost_tree_xgboost.md
Lines 83 to 89 in 4562458
Code | |
boost_tree(mtry = 0.9, trees = 4) %>% set_engine("xgboost") %>% set_mode( | |
"regression") %>% fit(mpg ~ ., data = mtcars) | |
Condition | |
Error in `recalc_param()`: | |
! The option `counts = TRUE` was used but `colsample_bynode` was given as 0.9. | |
i Please use a value >= 1 or use `counts = FALSE`. |
Needs a caller_env()
passed through. Noticed this in the transition to snapshot testing in #1190.
Metadata
Metadata
Assignees
Labels
upkeepmaintenance, infrastructure, and similarmaintenance, infrastructure, and similar