Tuning the hyperparameters of an estimator, Scikit-learn Developers, 2023 - Details the integration of GridSearchCV with Pipeline objects, including the step_name__parameter_name syntax and recommended practices.
Scikit-learn: Machine Learning in Python, Fabian Pedregosa, Gaël Varoquaux, Alexandre Gramfort, Vincent Michel, Bertrand Thirion, Olivier Grisel, Mathieu Blondel, Peter Prettenhofer, Ron Weiss, Vincent Dubourg, Jake Vanderplas, Alexandre Passos, David Cournaupeau, Matthieu Brucher, Matthieu Perrot, Édouard Duchesnay, 2011Journal of Machine Learning Research, Vol. 12 (Journal of Machine Learning Research)DOI: 10.5555/1953048.2078195 - Introduces the Scikit-learn library, whose modular architecture supports the creation and optimization of pipelines.