Tuning the hyper-parameters of an estimator, scikit-learn developers, 2024 (scikit-learn) - Official documentation for Scikit-Learn's GridSearchCV and RandomizedSearchCV, detailing their implementation and usage for hyperparameter optimization.
Random Search for Hyper-Parameter Optimization, James Bergstra and Yoshua Bengio, 2012Journal of Machine Learning Research, Vol. 13(10)DOI: 10.5555/2188385.2188417 - Introduces Random Search as an efficient alternative to Grid Search for hyperparameter optimization, providing theoretical and empirical justification for its effectiveness.
The Elements of Statistical Learning: Data Mining, Inference, and Prediction, Trevor Hastie, Robert Tibshirani, and Jerome Friedman, 2009 (Springer) - A foundational textbook covering statistical learning methods, including comprehensive discussions on hyperparameter selection, cross-validation, and model evaluation techniques.
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 original paper introducing XGBoost, outlining its parallel processing capabilities, tree boosting algorithms, and regularization techniques.