invenia / Impute.jl

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

Added some Chain mutation tests #88

Closed rofinn closed 3 years ago

rofinn commented 3 years ago

Check that we aren't accidentally overwriting our input data. Turns out one particular issue was just that columntable doesn't make a copy.