...

/

Frequent category imputation

Frequent category imputation

This lesson will mainly cover everything you need to know about frequent category imputation, including the pros and cons of using this technique, along with an example and code snippet.

Definition

It is also called Mode imputation; it replaces all occurrences of missing values (NA) within a variable by the mode, which refers to the most frequent value or most frequent category.

Practically, this method is used with ...

Create a free account to access the full course.

By signing up, you agree to Educative's Terms of Service and Privacy Policy