-
Notifications
You must be signed in to change notification settings - Fork 106
Closed
Labels
bugan unexpected problem or unintended behavioran unexpected problem or unintended behaviorreprexneeds a minimal reproducible exampleneeds a minimal reproducible example
Description
I'm trying to fit a model as follows:
xgboost_model <-
boost_tree( ) %>%
set_engine("xgboost") %>%
set_mode("regression")
wf_xgboost <- workflow() %>%
add_recipe(rec) %>%
add_model(xgboost_model)
trained_wf <- wf_xgboost %>% fit(train_data)
I get the following error:
Error in xgboost::xgb.DMatrix(data = x[trn_index, , drop = FALSE], missing = NA, :
unused argument (info = info_list)
Metadata
Metadata
Assignees
Labels
bugan unexpected problem or unintended behavioran unexpected problem or unintended behaviorreprexneeds a minimal reproducible exampleneeds a minimal reproducible example