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 and details the approximate greedy algorithm, including the histogram-based strategy and discussions on global and local variants for split finding.
Tree Methods, XGBoost Contributors, 2024 - Explains the hist tree method, which implements the approximate greedy algorithm using histograms, and discusses parameters influencing binning.
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 (NIPS) 30 (Curran Associates, Inc.) - Presents another widely used gradient boosting framework that heavily relies on optimized histogram-based algorithms for efficient split finding, providing complementary insights into the technique.