deel-ai / oodeel

Simple, compact, and hackable post-hoc deep OOD detection for already trained tensorflow or pytorch image classifiers.
https://deel-ai.github.io/oodeel/
MIT License
52 stars 2 forks source link

Fancy plots module #57

Closed y-prudent closed 1 year ago

y-prudent commented 1 year ago

Features

github-actions[bot] commented 1 year ago

☂️ Python Coverage

current status: ✅

Overall Coverage

Lines Covered Coverage Threshold Status
1877 1701 91% 70% 🟢

New Files

File Coverage Status
oodeel/eval/plots/features.py 94% 🟢
oodeel/eval/plots/metrics.py 100% 🟢
oodeel/eval/plots/plotly.py 92% 🟢
TOTAL 95% 🟢

Modified Files

File Coverage Status
oodeel/datasets/torch_data_handler.py 89% 🟢
oodeel/eval/plots/init.py 100% 🟢
oodeel/extractor/torch_feature_extractor.py 98% 🟢
oodeel/methods/base.py 77% 🟢
oodeel/utils/init.py 100% 🟢
oodeel/utils/general_utils.py 100% 🟢
TOTAL 94% 🟢

updated for commit: 570281f by action🐍