invenia / Impute.jl

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

Separate weighted types #90

Closed rofinn closed 3 years ago

rofinn commented 3 years ago

Most of the extra LOC are for more tests for the new WeightedThreshold and WeightedSubstitute types

This PR closes #74, closes #79 and closes #81

NOTE: This seems to be what Distances.jl does between weighted and non-weighted distance types.