invenia / Impute.jl

Imputation methods for missing data in julia
https://invenia.github.io/Impute.jl/latest/
Other
77 stars 11 forks source link

EM (Expectation Maximization) implementation #5

Open rofinn opened 7 years ago

appleparan commented 4 years ago

As I know, MICE, NN, EM methods are multivariate imputation. Is it possible to construct uniform API structure for these multivariate imputation method to this package?

rofinn commented 4 years ago

Yes, these methods would just be restricted to the corresponding input types (e.g., Matrices and Tables)