4.3. Handling Missing Values in Machine Learning | Imputation | Dropping

4.3. Handling Missing Values in Machine Learning | Imputation | Dropping

Siddhardhan

3 года назад

35,606 Просмотров

Ссылки и html тэги не поддерживаются


Комментарии:

Sachin Lakshitha
Sachin Lakshitha - 08.10.2023 18:49

why inplace is true... what does it mean

Ответить
Karishma Sewraj
Karishma Sewraj - 12.01.2023 19:50

Can you plz make a video on handling categorical missing values with lots of unique values . Also how to put different datasets together with common columns that are in the other datasets that needs to be joined together.

Ответить
Ashu lohar
Ashu lohar - 19.12.2022 17:40

Nice explanation but what to do for large dataset plz make a vedio on that

Ответить
Hrishikesh H
Hrishikesh H - 13.10.2022 07:17

super well designed course

Ответить
20I3071_Anupam_ Pandey
20I3071_Anupam_ Pandey - 21.06.2022 14:59

Amazing explaination sir, all my doubts are clear

Ответить
Kevin
Kevin - 03.06.2022 00:06

Siddhardhan, This is a fantastic video. I just want to find out how to go about a dataset with fluctuating densities? How do you go about it? Do you use mean, median, or mode? Thank you so much

Ответить
Trupti Mahadik
Trupti Mahadik - 15.03.2022 07:38

Nice explanation. Keep it up.👍

Ответить
Jeezz
Jeezz - 17.02.2022 08:24

Bro plz make videos on outlier detection nd removal techniques

Ответить
CricLal
CricLal - 24.12.2021 13:02

Hi, First of all the video was really helpful. But I noticed that in the head() function, the salary was NaN when the status was not placed. So I tried this: df[pd.isnull(df.salary)==True]['status'].unique(). The output was such that the salary was NaN only when the status was not placed.. I mean the unique value was just "Not Placed". So I guess it will be correct to fillna with 0 instead of median, mode or mean. I understand that you have made this video for just understanding purpose but just telling what I tried. Thanks for the video, very helpful!

Ответить
HalfBloodPrince
HalfBloodPrince - 06.10.2021 19:58

Awesome thank you for all videos

Ответить
Amit Budhiraja
Amit Budhiraja - 04.10.2021 21:10

Hi sir,
Sir if are given the regression problem and we have the missing values in the data . Then can we use the regression models like KNN regresor , Random Forest Regressor to find the missing values ?
and then solve our actual problem
Is this the right approach?

Ответить
Ankush Gupta
Ankush Gupta - 01.10.2021 23:16

Don't we use pandas profiling for EDA

Ответить
Pradeep Kapisen
Pradeep Kapisen - 19.08.2021 18:41

I tried to save the filling datas with median , mean and mode in new variables like this

dataset_median = dataset['salary'].fillna(dataset['salary'].median(), inplace = True)

after checking this below code it was throwing error

dataset_median.isnull().sum()

AttributeError: 'NoneType' object has no attribute 'isnull'

Ответить
Jeezz
Jeezz - 05.08.2021 19:35

I've watched all ur ML videos ... it was very helpful to me ... damn clr explanation ...keep going sir

Ответить
Deboky Saha
Deboky Saha - 13.07.2021 17:07

Is it a good idea to use imputer from Scikit-learn?

Ответить
Deboky Saha
Deboky Saha - 13.07.2021 16:28

Well Explained!!

Ответить
digigoliath
digigoliath - 11.07.2021 13:36

Thanks. Very useful for a quick refresher of the techniques to deal with missing values.

Ответить
Ali Sher
Ali Sher - 28.05.2021 07:35

Bro, I am not understanding that what arguments we have to choose when we call a method of a library and how we come to know that which argument we have to choose and what is its purpose,i have read the method documentation but I can't understand plz tell me ,i am continuously watching your course and now i am on 4th module Preprocessing topic

Ответить
Venkat Prabhu
Venkat Prabhu - 27.05.2021 12:53

siddhardh ji can you please make a series of videos for explaining each machine learning algorithms

Ответить