invenia / Impute.jl

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

Should `Standardize` actually be an `Imputor` #77

Closed rofinn closed 3 years ago

rofinn commented 3 years ago

Standardize was introduced in #69, but it's unclear if it should be considered an imputor. It does fit most of the API of not erroring or changing the size of the input data and just modifying values, but it technically produces more missings and the result may have a different eltype if the input data doesn't allow missings.