kearnz / autoimpute

Python package for Imputation Methods
MIT License
237 stars 19 forks source link

Export solution as dataframe #76

Closed mirix closed 2 years ago

mirix commented 2 years ago

Hi,

This is probably the dumbest question ever, but how do you export the latest solution from the generator?

With SingleImputer, the following works:

df_imp = pd.DataFrame(imputed)

However with the MultipleImputer and the MiceImputer, it just seems to show a summary of each run.