MIDASverse / MIDASpy

Python package for missing-data imputation with deep learning
Apache License 2.0
125 stars 35 forks source link

Train data #13

Closed ihameed11 closed 3 years ago

ihameed11 commented 3 years ago

when i try to train data " adult data" this message showed up Error in py_call_impl(callable, dots$args, dots$keywords) : ValueError: Imputation target contains no missing values. Please ensure missing values are encoded as type np.nan I tried to replace the missing values with np.nan but same message came

tsrobinson commented 3 years ago

I'm closing this issue since it is the same as MIDASverse/rMIDAS#14 -- if you are encountering this issue directly in MIDASpy rather than via rMIDAS please re-open this issue and I'll close the other one.