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

Common preprocesing code

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



You can build your own transformer objects β explanation
