Sampling techniques in HistGradientBoostingClassifier #32467
Unanswered
samanemami
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
The HistGradientBoostingClassifier model is inspired by LightGBM. However, LightGBM introduces two key innovations related to its sampling techniques—specifically, Gradient-based One-Side Sampling (GOSS) and Exclusive Feature Bundling (EFB).
My question is: where in the HistGradientBoosting implementation can these sampling techniques be applied?
I wasn’t able to find any hyperparameters corresponding to them.
Thank you,
Beta Was this translation helpful? Give feedback.
All reactions