Hands-on Practical: Optimizing a Gradient Boosting Model
Was this section helpful?
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 - The foundational paper introducing XGBoost, detailing its algorithm, optimizations, and performance characteristics.
sklearn.model_selection.RandomizedSearchCV, scikit-learn developers, 2024 - Official documentation for RandomizedSearchCV, providing detailed usage, parameters, and examples for efficient hyperparameter tuning within the scikit-learn framework.
XGBoost Documentation, XGBoost developers, 2024 - The official comprehensive guide to the XGBoost library, covering installation, API usage, and detailed explanations of model parameters and hyperparameters.