invenia / Impute.jl

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

Define separate `Threshold` and `WeighedThreshold` types #74

Closed rofinn closed 3 years ago

rofinn commented 3 years ago

As of #69 a Threshold type was define that may take weights. Since the code is sufficiently different between these two thresholds it may be better to just have separate types.