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.)DOI: 10.55917/cb_volume30-2017-1090 - The foundational paper for LightGBM, introducing its efficient leaf-wise tree growth algorithm and its advantages.
Parameters, Microsoft (LightGBM Contributors), 2024 - Official LightGBM documentation covering parameters like num_leaves, max_depth, and min_child_samples, essential for regulating leaf-wise trees.
XGBoost: A Scalable Tree Boosting System, Tianqi Chen, Carlos Guestrin, 2016Proceedings of the 22nd ACM SIGKDD International Conference on Knowledge Discovery and Data Mining (ACM)DOI: 10.1145/2939672.2939785 - Introduces the XGBoost algorithm, which primarily uses a level-wise tree growth approach, providing a contrasting perspective to LightGBM's leaf-wise method.