Use FunctionTransformer to convert functions into transformers

preview_player
Показать описание
Want to do feature engineering within a ColumnTransformer or Pipeline?
1. Select an existing function (or write your own)
2. Convert it into a transformer using FunctionTransformer
3. 🥳

👉 New tips every TUESDAY and THURSDAY! 👈

=== WANT TO GET BETTER AT MACHINE LEARNING? ===

3) LET'S CONNECT!
Рекомендации по теме
Комментарии
Автор

I recently discover your channel, and it's incredible the amount of excellent information you provide!

marcelocruz
Автор

Cheers to Feature Transformer, thanks for sharing this Kevin

roy
Автор

I like all your well-explained videos! In the future, will you consider guiding a hands-on Kaggle project from beginning to end?

mingqian
Автор

I love your content because it's very well explained and I can practica my english with your pronuntiation. Cheers!

santiagogonzalezq
Автор

Thank you so much, this was a super clear and simple explanation.

kevinozero
Автор

please upload more videos like this ..thanks for this great content !! 🙏

shubhamchoudhary
Автор

Hey man, if I have a function that does a bunch of regex operations (.str.extract etc) can I put that into a functiontransformer?

AceOnBase
Автор

thanks for uploading such great videos...

hemangdhanani
Автор

how is this different from TransformerMixin?
thanks

lk
Автор

Hi sir can you provide example on when using pandas instead of sklearn leads to data leakage.

wadewattts