Introduction to LightGBM: Gradient-based One-Side Sampling
Was this section helpful?
LightGBM: A Highly Efficient Gradient Boosting Decision Tree, Guolin Ke, Qi Meng, Thomas Finley, Taifeng Wang, Wei Chen, Weidong Ma, Qiwei Ye, Tie-Yan Liu, 2017Advances in Neural Information Processing Systems, Vol. 30 (Curran Associates, Inc.) - Original paper introducing LightGBM and its key optimizations, including Gradient-based One-Side Sampling (GOSS).
LightGBM Documentation, Microsoft, 2024 - Provides detailed information on LightGBM's features, API, configuration parameters, and practical usage, including GOSS hyperparameters.