M
M
Matvey Nosurname2021-12-15 22:50:46
Machine learning
Matvey Nosurname, 2021-12-15 22:50:46

How to properly build a Pipeline?

I have already faced the problem of creating a normal Pipeline in sklearn many times, and this time I decided to ask for advice here. How to make a complete Pipeline that receives raw data as input, fills in the gaps, divides the features into several columns (Categorical, real, etc.), then processes them separately and glues the data together so that it can be given to the model. I would like some links to projects where this is present.

61ba46edf11a5309317242.jpeg

PS: Usually in all tutorials, the data is processed in pandas dataframe, and then it is fed into the model, but there are no normal pipelines, that's why I'm writing here :)

Answer the question

In order to leave comments, you need to log in

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question