invenia / Impute.jl

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

Imputor TestSuites #47

Closed rofinn closed 4 years ago

rofinn commented 5 years ago

TODO:

codecov[bot] commented 5 years ago

Codecov Report

Merging #47 into master will decrease coverage by 0.1%. The diff coverage is 96.29%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #47      +/-   ##
==========================================
- Coverage   96.68%   96.58%   -0.11%     
==========================================
  Files          11       11              
  Lines         211      234      +23     
==========================================
+ Hits          204      226      +22     
- Misses          7        8       +1
Impacted Files Coverage Δ
src/imputors/interp.jl 100% <100%> (ø) :arrow_up:
src/imputors/srs.jl 100% <100%> (ø) :arrow_up:
src/imputors/locf.jl 100% <100%> (ø) :arrow_up:
src/imputors/nocb.jl 100% <100%> (ø) :arrow_up:
src/imputors/fill.jl 100% <100%> (ø) :arrow_up:
src/imputors.jl 100% <100%> (ø) :arrow_up:
src/imputors/drop.jl 96.87% <66.66%> (-3.13%) :arrow_down:

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 9e6020f...5b4e2e7. Read the comment docs.

rofinn commented 5 years ago

Thanks for taking a look over it before you leave.

rofinn commented 4 years ago

@oxinabox Do you have any more comments? I'd like to get this in before I do an more refactoring.