LightGBM
LightGBM copied to clipboard
How to use GBDT with EFB or GOSS with EFB in LightGBM? or is it implemented by default?
Description
Reproducible example
Environment info
LightGBM version or commit hash:
Additional Comments
EFB is used by default. GOSS is disabled by default, you need to set "boosting=goss" to enable it.