invenia / Impute.jl

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

Infer statistical data types #68

Open rofinn opened 3 years ago

rofinn commented 3 years ago

We could probably use something like ScientificTypes.jl to restrict which imputation methods make sense on which datasets. For example, computing the mean for things like discrete counts, nominal or ordinal values probably doesn't make sense.