What should be established before imputing missing values?
- A Why the data is missing, since missingness is frequently informative
- B The column's data type
- C The dataset size
- D The model to be used
Answer
Why the data is missing, since missingness is frequently informative
Adding a binary was-missing indicator often preserves signal that imputation would otherwise destroy.





