Missing category imputation
In this lesson, we will talk about an imputation technique used for categorical variables called missing category imputation, its advantages and limitations, and a few lines of code to help you implement this method.
Definition
Missing category imputation is treating missing data as another label or category of the variable. Accordingly, we create a new label or category by filling the missing values with the ...
Create a free account to access the full course.
By signing up, you agree to Educative's Terms of Service and Privacy Policy