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
24 stars 5 forks source link

Update models slightly #21

Closed arnor-sigurdsson closed 2 years ago

codecov-commenter commented 2 years ago

Codecov Report

Merging #21 (c026aec) into master (6a44ffc) will increase coverage by 0.28%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #21      +/-   ##
==========================================
+ Coverage   91.82%   92.10%   +0.28%     
==========================================
  Files          44       44              
  Lines        6113     6128      +15     
==========================================
+ Hits         5613     5644      +31     
+ Misses        500      484      -16     
Impacted Files Coverage Δ
eir/models/model_setup.py 86.25% <ø> (ø)
eir/data_load/datasets.py 97.69% <100.00%> (+3.84%) :arrow_up:
eir/models/fusion/fusion_default.py 98.30% <100.00%> (ø)
eir/models/model_training_utils.py 80.47% <100.00%> (+0.84%) :arrow_up:
eir/models/models_base.py 93.54% <100.00%> (ø)
eir/models/sequence/transformer_models.py 95.12% <100.00%> (+0.54%) :arrow_up:
eir/models/tabular/tabular.py 88.65% <100.00%> (+0.41%) :arrow_up:
eir/train.py 94.13% <100.00%> (+0.01%) :arrow_up:
eir/train_utils/evaluation.py 96.26% <100.00%> (ø)
... and 1 more

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 6a44ffc...c026aec. Read the comment docs.