invenia / Impute.jl

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

Rename `Standardize` to `DeclareMissings` #85

Closed rofinn closed 3 years ago

rofinn commented 3 years ago

This minimizes confusion with other types of standardization (e.g., z-scores) and more closely aligns with existing missing functions (e.g., allowmissing, disallowmissing, skipmissings).

Closes #76