Missing value handling using Prediction Model in Machine Learning | Data Cleaning Tutorial 9

Published: 06 March 2021
on channel: Atul Patel
1,093
19

During the Machine Learning Data Cleaning process, you will often need to figure out whether you have missing values in the data set, and if so, how to deal with it. In this video,
I have demonstrated using below steps how will you use the prediction model to impute the missing values :-
1. We create a predictive model to estimate values that will substitute the missing data. 

2. We divide our data set into two sets: One set with no missing values for the variable and another one with missing values.
3. First data set become training data set of the model while second data set with missing values is test data set and variable with missing values is treated as target variable.

4. We create a model to predict target variable based on other attributes of the training data set and populate missing values of test data set.

5. The regression or classification model can be used for the prediction of missing values depending on nature (categorical or continuous) of the feature having missing value.

#DataScience #MachineLearning #missingvalue


On this page of the site you can watch the video online Missing value handling using Prediction Model in Machine Learning | Data Cleaning Tutorial 9 with a duration of hours minute second in good quality, which was uploaded by the user Atul Patel 06 March 2021, share the link with friends and acquaintances, this video has already been watched 1,093 times on youtube and it was liked by 19 viewers. Enjoy your viewing!