Feature Engineering-How to Perform One Hot Encoding for Multi Categorical Variables

preview_player
Показать описание
Hi All,
After Completing this video you will understand how we can perform One hot Encoding for Multi Categorical Features.

Buy the Best book of Machine Learning, Deep Learning with python sklearn and tensorflow from below
amazon url:

Connect with me here:

Subscribe my unboxing Channel

Below are the various playlist created on ML,Data Science and Deep Learning. Please subscribe and support the channel. Happy Learning!

You can buy my book on Finance with Machine Learning and Deep Learning from the below url

🙏🙏🙏🙏🙏🙏🙏🙏
YOU JUST NEED TO DO
3 THINGS to support my channel
LIKE
SHARE
&
SUBSCRIBE
TO MY YOUTUBE CHANNEL
Рекомендации по теме
Комментарии
Автор

I spent my whole week to solve the sort of the same problem. Thank you for your solution!

ttowelie
Автор

Should i have to know feature Engineering in 2024?

abdullahalmahfuz
Автор

Great video! This is the solution I was looking for, very well explained, thank you very much for sharing!

cocum
Автор

I'll suggest you to watch 2nd Video in this playlist first then come for this one...:)

bhushandhamankar
Автор

Sir i need this .ipynb file, please share with us.

abhishekverma
Автор

pls provide us the jupiternotebook file🙏

animeshmuduli
Автор

I think here we may not need to use 'sort_values' function because 'value_counts' method by default sorts the values by descending order.

anupampurkait
Автор

I'm here for feature engineering after the statistics playlist as Krish sir said but I'm not getting anything. Am I doing it right or I should come back after machine learning playlist. Bcz I'm not getting the purpose of these methods and also the impact.... Please someone help me

shivaprasadshirawar
Автор

Bro no jupyter notebook please upload it

chowdarybkc
Автор

The best trainer i feel in youtube for simplicity in explaining ..great

umakanta
Автор

pro i have problem that is iam using two different datasets one from kaggle and one from local but the problem is when making hot encoding when ever i try doing this flightdata = pd.get_dummies(flightdata, columns=['OriginCityName', 'DestCityName'])
df = pd.get_dummies(df, columns=['OriginCityName', 'DestCityName'])


# Ensure both datasets have the same dummy variables
flightdata, df = flightdata.align(df, join='inner', axis=1)

but the public datasets have many more categorical than the local how can i solve it ?

Futureyouth-bebo
Автор

Hi Krish, please let me know where can i find Code you have used in these videos ? i also found the code of many videos are not available in description

sujankumar
Автор

Im so confused how i use it when i have a dataset,
so variables with less frequency set as 0 ? and they are still useful for the dataset?
Like when i do the model like Multinomial logistic regression, is your method useful because when i most than 2 which more than 0 and 1 i need Multinomial logistic regression ?

yikheichan
Автор

Nice, If i am dealing with dataset similar to Airline dataset where source and destination airports are important and we need to consider all airports. How can we deal such a dataset

sreenathgupta
Автор

Het Krish please provide the Notebook in video Description

surajrahinj
Автор

I am currently doing mtech in machine learning but I can't understand anything from this video. I have lots of assignments to do but I am stuck

akatsukidawn
Автор

One stupid question from my side, what the different roles in Machine Learning ? for an example in other fields like developer, tester, coder, etc

datadrix
Автор

I was stuck with a similar kind of data set for my class project...This has been an immense help in making things more clear !!!thanks a ton

niteshmishra
Автор

bhai mujhe ye error dikha raha hai "maximum recursion depth exceeded while calling a Python object" or data type column ka change ho ja raha hai ye code use kar raha ho to " for features in MainData.columns:
MainData[features].replace(np.nan, MainData[features].mean, inplace=True)" help plz

bhanupratapyadav
Автор

sir where can i find these jupyter notebooks? i dont see any link in the description..can anybody please help me with that...

rishibakshi