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 13 forks source link

feat!(AutoML): implemented AutoML in AUCMEDI #162

Closed muellerdo closed 2 years ago

muellerdo commented 2 years ago
codecov[bot] commented 2 years ago

Codecov Report

Merging #162 (fe557d1) into development (0fdab3a) will increase coverage by 0.96%. The diff coverage is 98.65%.

@@               Coverage Diff               @@
##           development     #162      +/-   ##
===============================================
+ Coverage        95.07%   96.03%   +0.96%     
===============================================
  Files              152      164      +12     
  Lines             5662     6788    +1126     
===============================================
+ Hits              5383     6519    +1136     
+ Misses             279      269      -10     
Flag Coverage Δ
unittests 96.03% <98.65%> (+0.96%) :arrow_up:

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

Impacted Files Coverage Δ
aucmedi/__init__.py 100.00% <ø> (ø)
aucmedi/data_processing/data_generator.py 90.56% <ø> (+0.94%) :arrow_up:
aucmedi/data_processing/io_loader/__init__.py 100.00% <ø> (ø)
aucmedi/ensemble/metalearner/__init__.py 100.00% <ø> (ø)
aucmedi/xai/methods/occlusion_sensitivity.py 100.00% <ø> (ø)
setup.py 0.00% <ø> (ø)
aucmedi/automl/parser_yaml.py 50.00% <50.00%> (ø)
aucmedi/automl/parser_cli.py 85.71% <85.71%> (ø)
aucmedi/automl/main.py 95.00% <95.00%> (ø)
aucmedi/automl/block_pred.py 95.58% <95.58%> (ø)
... and 25 more

:mega: Codecov can now indicate which changes are the most critical in Pull Requests. Learn more