frankkramer-lab / aucmedi

a framework for Automated Classification of Medical Images
https://frankkramer-lab.github.io/aucmedi/
GNU General Public License v3.0
38 stars 12 forks source link

DataGenerator rework from keras.Sequence to tf.dataset #193

Closed muellerdo closed 1 year ago

muellerdo commented 1 year ago

Closes #12, #76, #116, #189, #191

codecov[bot] commented 1 year ago

Codecov Report

Merging #193 (1c018a1) into development (8f1a2e8) will decrease coverage by 0.03%. The diff coverage is 96.57%.

@@               Coverage Diff               @@
##           development     #193      +/-   ##
===============================================
- Coverage        96.07%   96.05%   -0.03%     
===============================================
  Files              168      168              
  Lines             6935     7039     +104     
===============================================
+ Hits              6663     6761      +98     
- Misses             272      278       +6     
Flag Coverage Δ
unittests 96.05% <96.57%> (-0.03%) :arrow_down:

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
aucmedi/automl/block_train.py 95.87% <ø> (ø)
aucmedi/automl/cli.py 100.00% <ø> (ø)
aucmedi/xai/decoder.py 100.00% <ø> (ø)
setup.py 0.00% <ø> (ø)
tests/test_architectures_image.py 90.67% <ø> (ø)
tests/test_architectures_volume.py 90.74% <ø> (ø)
tests/test_automl_cli.py 100.00% <ø> (ø)
tests/test_architectures_classifier.py 90.76% <66.66%> (ø)
aucmedi/data_processing/data_generator.py 84.61% <78.04%> (-5.96%) :arrow_down:
aucmedi/automl/block_pred.py 95.58% <100.00%> (ø)
... and 14 more

:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more