Elaborate Sklearn Pipelines

Code of this talk is on Github

<aside> πŸ’‘ There are so many steps and decisions to take when training an ML model. β†’ Get some inspirations here.

</aside>

Pieces of a Data Science project

Untitled

Common preprocesing code

Untitled

Let’s say we want to do step (6). We can make a function to do this job, but in in this, and many other cases, we have to memorize and apply it to the test set β†’ explanation here

Untitled

Untitled

Untitled

You can build your own transformer objects β†’ explanation

Untitled