XGBoost Parameters, XGBoost Contributors, 2024 - Provides comprehensive details on all configurable parameters discussed in the section, including their descriptions and default values.
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/2939672.2939785 - Presents the original algorithm, regularized objective function, and system design, offering the theoretical basis for understanding XGBoost's parameters.
The Elements of Statistical Learning: Data Mining, Inference, and Prediction, Trevor Hastie, Robert Tibshirani, and Jerome Friedman, 2009 (Springer) - A foundational text covering theoretical background on boosting, decision trees, and regularization, essential for grasping the principles behind XGBoost's parameters.
Scikit-learn API, XGBoost Contributors, 2024 - Details the Scikit-learn compatible API for XGBoost, clarifying parameter mapping and usage for XGBClassifier and XGBRegressor.