Kaggle's 30 Days Of ML (Competition Part-2): Feature Engineering (Categorical & Numerical Variables)

preview_player
Показать описание
This video is a walkthrough of Kaggle's #30DaysOfML. In this video, I will discuss over 10 different feature engineering techniques that you can apply for categorical and numerical features. #FeatureEngineering

Note: this video is not sponsored by #Kaggle!

Please subscribe and like the video to help me keep motivated to make awesome videos like this one. :)

Follow me on:
Рекомендации по теме
Комментарии
Автор

like, subscribe and share to help me keep motivated to make more amazing videos like this one ;)

abhishekkrthakur
Автор

Thank you for doing this. Your videos guide me and help learn many new things. I was self studying way before the 30 days challenge with kaggle learn but don't know where to go or where to start even after finishing the kaggle micro courses. I really appreciate all the great work you're doing for this community. Thank you, Sir.

linnhtet
Автор

Thank you, Abhishek. This helps a lot. Highly appreciate the time and effort that you put into the creation of these videos.

yogitad
Автор

Thank you so much, this is really helpful. There aren't many Machine Learning practical tutorials like yours. I regret that you did not start to record videos like this one sooner.

longqua
Автор

Great job Abhishek sir. Really fruitful.

kamalchapagain
Автор

I needed this, i sooo very badly needed this . thank you so very much Abhishek ❤️

malawad
Автор

I'm learning so much from these videos, thank you so much

abirhasanx
Автор

This is like learning from the master of the craft.

orjihvy
Автор

Going through your book while going through these videos at the same time is like next level learning

lucaspimentel
Автор

​Your videos are very helpful and make learning new topics and concepts so much easier! Thank you!

seemasharma-mnfk
Автор

I feel the numerical features are already standardized.

sujitmohapatra
Автор

First of all Thank you so so much for all your videos related to the course topics and now these ones for providing additional understanding for the competition. I have one question - you said that along with feature engineering we need to do hyper-parameter tuning, typically, do we need to tune model differently when we use the different techniques or we can apply same for all methods?

ninaddate
Автор

Learning from the best, as it should be done! I have a small query, are we free to create new features however we want to ? As long as our logic holds and it makes sense to the model, can we create new features independently without any restrictions or should we just follow some basic rules while creating one without experimenting too much on how to create one?

theonlypicklericktheonlypi
Автор

Before we concat the categorical cols back to the dataset after OHE, don't we need to drop those categorical cols from the DF first? Or does that not really affect the model predictions?

Orchishman
Автор

You know how you get so attuned to DS that you can listen to these like podcasts and not even have to look at the notebook to know what's going on.

snitox
Автор

Thank you it was really informative video. Do you think it’s okay to generate features by using frequency encoding of categorical features ?

shashihnt
Автор

Hi, great video Learning a lot from this.
one thing, interaction_only = True removes a**2 and b**2 so we are left with :- 1, a, b, ab
When we concat this with original dataframe doesn't it creates duplicates of a and b as a and b were already there.

codeu
Автор

Thanks a lot Sir, It was really helpful. 👍

GAURAVSINGH-nucu
Автор

Hi Abhishek,
I think there is a logical mistake when you use the generated features coming from groupby methods. You should have used the same groupby value obtained from the training set for training, validation, and test sets because the numbers of A and B are different for training and test sets.

aykutcayir
Автор

Thankyou so much sir for this helpful containt. Sir can you please make video of Data visualisation day of Kaggle Competition I am confuse in final project part of Data visualization please sir help me

AtulSharma-gftt