sklearn.model_selection.GridSearchCV, scikit-learn developers, 2023 - Official documentation for Scikit-learn's GridSearchCV, offering detailed API specifications, parameters, and usage examples for hyperparameter tuning.
Random Search for Hyper-Parameter Optimization, James Bergstra and Yoshua Bengio, 2012Journal of Machine Learning Research, Vol. 13 - A seminal paper demonstrating that random search is often more efficient than grid search for hyperparameter optimization, providing context for the limitations of grid search and an important alternative.