TL;DR
This paper evaluates various missing data imputation methods for categorical data in supervised classification, demonstrating that imputation can enhance predictive accuracy and regularize classifiers, especially under data perturbation.
Contribution
It provides a comparative analysis of imputation techniques for categorical missing data, highlighting their benefits in improving classifier performance and establishing state-of-the-art results on benchmark datasets.
Findings
Imputation methods improve accuracy under missing-data perturbation.
k-NN imputation achieves state-of-the-art results on the Adult dataset.
Imputation can act as a regularizer, enhancing model robustness.
Abstract
Missing data imputation can help improve the performance of prediction models in situations where missing data hide useful information. This paper compares methods for imputing missing categorical data for supervised classification tasks. We experiment on two machine learning benchmark datasets with missing categorical data, comparing classifiers trained on non-imputed (i.e., one-hot encoded) or imputed data with different levels of additional missing-data perturbation. We show imputation methods can increase predictive accuracy in the presence of missing-data perturbation, which can actually improve prediction accuracy by regularizing the classifier. We achieve the state-of-the-art on the Adult dataset with missing-data perturbation and k-nearest-neighbors (k-NN) imputation.
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
