Skip to content

Latest commit

 

History

History
20 lines (17 loc) · 1.25 KB

README.md

File metadata and controls

20 lines (17 loc) · 1.25 KB

MissingData_DL

Author: Zhenhua Wang, Olanrewaju Akande, Jason Poulos and Fan Li

Paper:

Are deep learning models superior for missing data imputation in large surveys? Evidence from an empirical comparison:

Datasets:

Usage

  1. Use sampler.py to create samples with MCAR.
  2. Use main.py to impute the missing dataset.
  3. To evaluate the performance of missing imputation, we first need to calculate the estimands in the poputaion dataset, the complete sample dataset and the imputed data using evaluation/calculate_estimands.py. Next, we use evaluation/evaluate_estimands.py to calcaute the performance metrics.
  4. To display the performance metrics, we use plot_figures.py and plot_tables.py.