XGBoost: A Scalable Tree Boosting System, Tianqi Chen and Carlos Guestrin, 2016Proceedings of the 22nd ACM SIGKDD International Conference on Knowledge Discovery and Data Mining (ACM)DOI: 10.1145/2939671.2939785 - The foundational paper introducing the XGBoost algorithm, detailing its regularized objective function, sparsity-aware split finding, and system optimizations.
The Elements of Statistical Learning: Data Mining, Inference, and Prediction, Trevor Hastie, Robert Tibshirani, and Jerome Friedman, 2009 (Springer) - This textbook provides a comprehensive theoretical background for gradient boosting machines and regularization techniques, serving as a basis for understanding XGBoost's enhancements.
XGBoost Documentation, XGBoost Contributors, 2024 - The official documentation provides practical information on XGBoost's features, hyperparameters, and implementation details.