You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A few notes from my first time wrapping my head around this here.
What makes this more straightforward for engines like lightgbm or xgboost is that the tidymodels team implements a wrapper function around the actual training function (for lightgbm, that's bonsai::train_lightgbm()) that are straightforward to edit from our perspective. Since aorsf has a straightforward interface, we just pass data and arguments directly to aorsf::orsf(). This makes things more maintainable from our perspective, but less flexible as well.
Our options would be:
Implement a small wrapper around aorsf::orsf() where we just call bonsai:::process_mtry.
I'd be happy to help with solution 1 if implementing the functionality in tidymodels/parsnip#602 isn't a top priority atm. @simonpcouch, would that be helpful? If so, can you describe how you'd like the wrapper function above to be implemented?
aorsf is a great addition to bonsai! Any chance of supporting
mtry_prop
?Created on 2024-07-21 with reprex v2.1.1
The text was updated successfully, but these errors were encountered: