Arbitrary value imputation
In this lesson, we will learn about the technique of arbitrary values imputation to eliminate missing values, assumptions, advantages, and limitations. Finally, a sample code showing how to use this method in practice.
Definition
Arbitrary Value Imputation is another easy way to impute the missing data values (NA). For this, you need to select an arbitrary value that is not too close or similar to the mean and median and not within the normal values of the variable. Generally, we use values such as 0, 999, -999 (or other ...
Create a free account to access the full course.
By signing up, you agree to Educative's Terms of Service and Privacy Policy