ENSTA-U2IS-AI / torch-uncertainty

Open-source framework for uncertainty and deep learning models in PyTorch :seedling:
https://torch-uncertainty.github.io
Apache License 2.0
287 stars 19 forks source link

✨ Sparsification metric and plot methods for Calibration Error #68

Closed alafage closed 10 months ago

alafage commented 11 months ago
codecov[bot] commented 11 months ago

Codecov Report

Attention: 2 lines in your changes are missing coverage. Please review.

Comparison is base (bfbae6b) 98.36% compared to head (9cb2200) 98.39%.

Files Patch % Lines
torch_uncertainty/routines/classification.py 80.00% 0 Missing and 2 partials :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## dev #68 +/- ## ========================================== + Coverage 98.36% 98.39% +0.03% ========================================== Files 74 76 +2 Lines 3792 3874 +82 Branches 473 473 ========================================== + Hits 3730 3812 +82 Misses 26 26 Partials 36 36 ``` | [Flag](https://app.codecov.io/gh/ENSTA-U2IS/torch-uncertainty/pull/68/flags?src=pr&el=flags&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=ENSTA-U2IS) | Coverage Δ | | |---|---|---| | [cpu](https://app.codecov.io/gh/ENSTA-U2IS/torch-uncertainty/pull/68/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=ENSTA-U2IS) | `98.39% <98.57%> (+0.03%)` | :arrow_up: | | [pytest](https://app.codecov.io/gh/ENSTA-U2IS/torch-uncertainty/pull/68/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=ENSTA-U2IS) | `98.39% <98.57%> (+0.03%)` | :arrow_up: | Flags with carried forward coverage won't be shown. [Click here](https://docs.codecov.io/docs/carryforward-flags?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=ENSTA-U2IS#carryforward-flags-in-the-pull-request-comment) to find out more.

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

o-laurent commented 11 months ago

Does #69 take precedence to test the workflows in passing?