Harry24k / MIDA-pytorch

PyTorch implementation of "MIDA: Multiple Imputation using Denoising Autoencoders"
MIT License
25 stars 8 forks source link

Categorical and Mixed data #1

Open khanwa opened 2 years ago

khanwa commented 2 years ago

Thank you for the implementation. How to handle if we have categorical data or mixed data in our dataset?

CreaperLost commented 1 year ago

do mode imputation for categorical then do one-hot. get the imputed values from DAE and reverse one-hot.