invenia / Impute.jl

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

Add AutoHashEquals to Imputor types #35

Closed rofinn closed 5 years ago

rofinn commented 5 years ago

Closes #34

codecov[bot] commented 5 years ago

Codecov Report

Merging #35 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #35   +/-   ##
=======================================
  Coverage   97.81%   97.81%           
=======================================
  Files          10       10           
  Lines         183      183           
=======================================
  Hits          179      179           
  Misses          4        4
Impacted Files Coverage Δ
src/Impute.jl 90% <ø> (ø) :arrow_up:
src/imputors/drop.jl 92.5% <ø> (ø) :arrow_up:
src/context.jl 100% <ø> (ø) :arrow_up:
src/imputors/locf.jl 100% <ø> (ø) :arrow_up:
src/imputors/nocb.jl 100% <ø> (ø) :arrow_up:
src/imputors/fill.jl 100% <ø> (ø) :arrow_up:
src/imputors/interp.jl 100% <ø> (ø) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update adfef4d...bed70f4. Read the comment docs.