arnor-sigurdsson / EIR

A toolkit for training deep learning models on genotype, tabular, sequence, image, array and binary data.
https://eir.readthedocs.io/
GNU Affero General Public License v3.0
26 stars 5 forks source link

Add support for missing tabular input samples #15

Closed arnor-sigurdsson closed 3 years ago

codecov-commenter commented 3 years ago

Codecov Report

Merging #15 (9b4d889) into master (ee3ad2c) will increase coverage by 0.03%. The diff coverage is 96.42%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #15      +/-   ##
==========================================
+ Coverage   91.79%   91.82%   +0.03%     
==========================================
  Files          40       40              
  Lines        5521     5543      +22     
==========================================
+ Hits         5068     5090      +22     
  Misses        453      453              
Impacted Files Coverage Δ
eir/data_load/datasets.py 96.10% <93.75%> (+0.15%) :arrow_up:
eir/data_load/label_setup.py 96.24% <100.00%> (ø)
eir/models/tabular/tabular.py 88.46% <100.00%> (+0.08%) :arrow_up:
eir/setup/input_setup.py 88.60% <100.00%> (+0.39%) :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 23aca4a...9b4d889. Read the comment docs.