MCAR, MAR, MNAR — what are these and why do they matter?
medium- Missing Completely At Random (MCAR): missingness independent of everything — dropping rows is unbiased.
- Missing At Random (MAR): missingness depends only on observed features — imputation with these features is unbiased.
- Missing Not At Random (MNAR): missingness depends on the unobserved value itself (e.g., high earners refuse to disclose income) — imputation from observed features is biased; you need external information or explicit modeling.
- Test empirically: does missingness correlate with observed features?