XGBoost Documentation, XGBoost Contributors, 2024 - Provides comprehensive installation guides, API descriptions, and examples for both Scikit-Learn and native interfaces.
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 - Presents the core algorithm and system design of XGBoost, explaining its efficiency and performance.
Hands-On Machine Learning with Scikit-Learn, Keras, and TensorFlow, Aurélien Géron, 2022 (O'Reilly Media) - Offers practical examples and conceptual explanations for various machine learning algorithms, including an introduction to XGBoost and its usage. 3rd edition.