Ordinal Encoder with Python Machine Learning (Scikit-Learn)

preview_player
Показать описание
Are you ready to enhance your data preprocessing skills? 📊 Join us in this informative tutorial where we delve into the world of Ordinal Encoding using Python and the powerful Scikit-Learn library.

Whether you're a data analyst, machine learning enthusiast, or a developer aiming to improve your data handling techniques, this tutorial is your gateway to mastering Ordinal Encoding and its applications.

By the end of this tutorial, you'll have a strong grasp of Ordinal Encoding and be equipped to handle categorical data with order in your machine learning and data analysis projects. Whether you're working on recommendation systems, customer segmentation, or any application involving categorical features, Ordinal Encoding is a valuable skill to possess.

🍿 WATCH NEXT

OTHER SOCIALS:

Who is Ryan
Ryan is a Data Scientist at a fintech company, where he focuses on fraud prevention in underwriting and risk. Before that, he worked as a Data Analyst at a tax software company. He holds a degree in Electrical Engineering from UCF.

Who is Matt

*This is an affiliate program. We 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
Автор

this guys deserve millions of subscribers. easily explained save this man. give him protection.

ayushparwal
Автор

If you are looking for help on a data project reach out to me over email or the contact form on my website.

RyanAndMattDataScience
Автор

It took me a while to find this video you should add that this is for multi-categorical features too, thanks for sharing this great video!!!

diegorojas
Автор

Thanks for video Ryan! in the book hands-on machine learning..., was show a example that the variable enc.categories_, show the categories of array/Series (sorry for my poor english)

andersonnascimento
Автор

This content is really help full to me....Thanks for this

SrinathMunagala
Автор

Hello brilliant video and brilliant channel. I am unable to see the mock data int the comment section. Can you kindly guide me what am I doing wrong and if you haven't put the data in the comment section, can you put it here please

davidchristie
Автор

After the encoder transforms the categorical column, what method can be used to print out the mapping relationship between the numbers and original values, such as:

0 <-> small
1 <-> medium
2 <-> large

Eric-fnw