/Scikit-learn-Pipeline-and-ColumnTransformer-

How to apply scikit learn pipeline and ColumnTransformer in your Machine learning Project

Primary LanguageJupyter Notebook

Scikit learn Pipeline and ColumnTransformer

Benefits of Scikit-learn pipelines

  • They make your workflow much easier to read and understand.
  • They enforce the implementation and order of steps in your project.
  • These in turn make your work much more reproducible.