invenia / Impute.jl

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

Consider having `Standardize` take a function #78

Open rofinn opened 3 years ago

rofinn commented 3 years ago

Standardize(; values::Tuple) could just create a type with Standardize(v -> v in values)

https://github.com/invenia/Impute.jl/pull/69#discussion_r502624848

rofinn commented 3 years ago

Actually, I don't think this would be breaking because the Tuple constructor would remain. Bumping this to the 1.0 milestone.