Pipeline

Pipeline is a strong feature to implement data transformation prior to ML training and predictions.
Please provide here coments and examples of custom pipelines and/or specific useful pipelines.

1 Like

I strongly agree with MarcoDipa, Iā€™m actually only doing this course to learn how to properly/best practices using pipelines, column transformers and those features.

Please be patient you will see many examples of the usage of the Pipeline and ColumnTransformer classes in the subsequent lessons. Various transformers for feature preprocessing are introduced progressively in the MOOC.

There are examples of complex pipelines in the scikit-learn documentation, for instance in:

but I would recommend to complete the first couple of modules of the MOOC first before trying to understand how such complex pipeline works.

4 Likes

Many thanks for your answer and support.

1 Like

Thank you!