N!P
N!P
I'not sure. I mean LGBM supports weights through `weight_column` parameter, and a workflow using `parsnip` supports `add_case_weights()`. I thought I could use ` add_case_weights` function with bonsai. It seems I...
Your suggestion worked. I'm getting another error, not sure if it is related, tho. ``` data(penguins, package= "modeldata") data % set_mode("classification) learner_lgbm % add_recipe(rec) %>% add_model(lgbm_model) cv_folds % vfold_cv(v =...
What's the alternative to `refit()`?