Data Preprocessing 05: Label Encoding in Python | Machine Learning | LabelEncoder Sklearn

preview_player
Показать описание
Data Preprocessing 05: Label Encoding in Python | Machine Learning | LabelEncoder Sklearn

About this video: In this video, you will learn about Label Encoding in Python

Large Language Model (LLM) - LangChain

Large Language Model (LLM) - LlamaIndex

Machine Learning Model Deployment

Spark with Python (PySpark)

Data Preprocessing (scikit-learn)

Social Media Links

#datascience #machinelearning #python #ai #ml #deeplearning #opencv #imageprocessing #ai #tensorflow #neuralnetworks #deeplearning #pandas
Рекомендации по теме
Комментарии
Автор

0 for setosa
1 for ?
2 for ?

Does it follows the order in that target column or alphabetical order?

uniqueuday
Автор

thank you so much ! Is there also a way to choose what number they get encoded to? because it don't want to have zero value

mariamalmutairi
Автор

Very nice demo, thank you for putting this together. This seems straightforward when you are working with structured data. How could you apply this to a scenario where you are reading in data that does not have column headings already, but where you are trying to define features for NLP such as "startsWithUpper", "token" and "POS-1" and then apply them as part of a classifier pipeline?

timdentry
Автор

what if we have 30 - 50 feilds then how we just specific that which digit stands for ??

kuldeeplimbachiya
Автор

very very nice and clear explanation sir. we want more videos about machine learning .waiting

Swapnasri-wkmk
Автор

thank you my friend! great explination

momoproblems
Автор

Sir this strings ' setosa', 'versicolor', 'virginica' are change to 0, 1, 2. Is there any rules to allocate this strings to like 0, 1, 2 ? I mean we can change 'setosa' to 1, 'versicolor' to 2, 'virginica' to 0. Is there any rule to allocate the numbers or randomly allocated??

rohankhatua
Автор

Very clear and step-by-step explanation

crocotai