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 - Details the XGBoost algorithm, a widely used gradient boosting implementation discussed and exemplified in the section.
3.2. Tuning the hyper-parameters of an estimator, Scikit-learn Developers, 2024Scikit-learn User Guide - Explains the use of Scikit-learn's tools like GridSearchCV and RandomizedSearchCV for hyperparameter optimization, as demonstrated in the section.