Harry24k/MIDA-pytorch

Categorical and Mixed data

Opened this issue · 1 comments

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

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