The Elements of Statistical Learning: Data Mining, Inference, and Prediction, Trevor Hastie, Robert Tibshirani, and Jerome Friedman, 2009 (Springer) - A standard textbook providing a comprehensive statistical and algorithmic treatment of ensemble methods, including detailed sections on boosting and gradient boosting.
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 XGBoost, an optimized gradient boosting library, highlighting its enhancements for speed, regularization, and parallel computing.
LightGBM: A Highly Efficient Gradient Boosting Decision Tree, Guolin Ke, Qi Meng, Thomas Finley, Taifeng Wang, Wei Chen, Weidong Ma, Qiwei Ye, and Tie-Yan Liu, 2017Advances in Neural Information Processing Systems, Vol. 30 (Curran Associates, Inc.) - Presents LightGBM, focusing on its histogram-based decision tree learning and exclusive feature bundling for faster training and better accuracy.