-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Description
hi all -
I was curious why the catboost tuning parameter is called mtry_prop instead of mtry?
For lightgbm I have been doing, counts = FALSE, and set mtry is a proportion when cross-validating. I actually found that method jives better with future and future.mirai when creating a parallel plan.
... # setting it here, then tuning mtry is a proportion:
parsnip::set_engine("lightgbm", counts = FALSE)
I prefer the mtry_prop over the mtry count method. But I am just curious if this parameter will stay mtry for xgboost + lightgbm but mtry_prop for catboost. This will change how we build out our catboosters 🐱, appreciate the help!
Metadata
Metadata
Assignees
Labels
No labels