Systematic Tuning: Grid Search and Randomized Search
Was this section helpful?
scikit-learn: Hyper-parameter estimators, scikit-learn developers, 2023 (scikit-learn project) - Official documentation providing detailed explanation and usage examples for Grid Search and Randomized Search within the scikit-learn library.
Randomized Search for Hyper-Parameter Optimization, James Bergstra and Yoshua Bengio, 2012Journal of Machine Learning Research, Vol. 13 (Microtome Publishing, LLC)DOI: 10.5555/2202321.2202353 - This foundational academic paper introduced and thoroughly evaluated the Randomized Search approach for hyperparameter optimization, demonstrating its efficiency compared to Grid Search.
XGBoost Parameters, XGBoost Contributors, 2023 - Official documentation detailing the configurable parameters of XGBoost, which are tuned using methods like Grid Search and Randomized Search.