Simplify Data Preprocessing with Python's Column Transformer: A Step-by-Step Guide

preview_player
Показать описание
In this comprehensive YouTube video, we dive into the powerful world of feature transformation using the Column Transformer in Python's machine learning ecosystem. Whether you're a beginner or an experienced practitioner, understanding how to preprocess and transform features is crucial for building robust ML models.

Whether you're working on classification, regression, or any other machine learning task, mastering the art of feature transformation through the Column Transformer can significantly elevate your model's efficiency

Interested in discussing a Data or AI project? Feel free to reach out via email or simply complete the contact form on my website.

🍿 WATCH NEXT

MY OTHER SOCIALS:

WHO AM I?
As a full-time data analyst/scientist at a fintech company specializing in combating fraud within underwriting and risk, I've transitioned from my background in Electrical Engineering to pursue my true passion: data. In this dynamic field, I've discovered a profound interest in leveraging data analytics to address complex challenges in the financial sector.

This YouTube channel serves as both a platform for sharing knowledge and a personal journey of continuous learning. With a commitment to growth, I aim to expand my skill set by publishing 2 to 3 new videos each week, delving into various aspects of data analytics/science and Artificial Intelligence. Join me on this exciting journey as we explore the endless possibilities of data together.

*This is an affiliate program. I may receive a small portion of the final sale at no extra cost to you.
Рекомендации по теме
Комментарии
Автор

Hey guys I hope you enjoyed the video! If you did please subscribe to the channel!


*Both Datacamp and Stratascratch are affiliate links.

RyanAndMattDataScience
Автор

Great video. Feel like this is an important concept and you explain it in 15 mins. Thanks. I do have a few question. 1) if i want to use the odc like u explain in another video, do i clarify another transformer (enc) for example:
sizes =['Small', 'Medium', 'Large']
enc
ct = make_column_transformer (
(ohe, ['city']),
(enc, ['size']),
remainder = 'passthrough'
)

henry-oi
Автор

Also, you give us a simple data set, which is great. However, I had the trouble when i have a large data set and have a lot of columns, and i don't know how to retrieve the column name after column transform. Will you explain how to do it in later projects/videos? Again, thanks for all the great work. Having a blast following through the playlist.

henry-oi
Автор

Like your others, there are lots of good stuffs in a concise video. Wonder if you could make the Jupiter notebook available for this video or future's.

andyhong
Автор

The keyboard is very loud, may be keep it away from mic.

chintan