DP-100 · Question #28
Note: This question is part of a series of questions that present the same scenario. Each question in the series contains a unique solution that might meet the stated goals. Some question sets might…
The correct answer is B. No. Although median imputation preserves dimensionality (no rows or columns are removed), it does not fully satisfy the goal of analyzing a 'full dataset to include all values.' Median imputation replaces every missing value with the same static value, which underestimates…
Question
Options
- AYes
- BNo
How the community answered
(37 responses)- A49% (18)
- B51% (19)
Explanation
Although median imputation preserves dimensionality (no rows or columns are removed), it does not fully satisfy the goal of analyzing a 'full dataset to include all values.' Median imputation replaces every missing value with the same static value, which underestimates variance, distorts the distribution, and ignores relationships between features. For datasets with substantial missing data, this introduces significant bias. More sophisticated methods like MICE, which model missing values using the relationships among all features, are preferred in this scenario. The exam expects a statistically sound approach that truly represents data variability, not a simplistic single-value substitution.
Topics
Community Discussion
No community discussion yet for this question.