Constructing Complex Pipelines with ColumnTransformer
Was this section helpful?
Column Transformer with Mixed Types (User Guide), Scikit-learn developers, 2023 - Official Scikit-learn user guide section describing the ColumnTransformer, its purpose, parameters, and usage.
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 Cournapeau, Matthieu Brucher, Matthieu Perrot, Édouard Duchesnay, 2011Journal of Machine Learning Research, Vol. 12 (JMLR)DOI: 10.5555/1953048.2078195 - The foundational academic paper introducing the Scikit-learn library, detailing its design principles and modular architecture that enables tools like ColumnTransformer.