Closed y-prudent closed 1 year ago
current status: ✅
Overall Coverage
Lines Covered Coverage Threshold Status 1902 1725 91% 70% 🟢 New Files
No new covered files...
Modified Files
File Coverage Status oodeel/methods/base.py 77% 🟢 oodeel/methods/dknn.py 100% 🟢 oodeel/methods/energy.py 100% 🟢 oodeel/methods/entropy.py 100% 🟢 oodeel/methods/mahalanobis.py 96% 🟢 oodeel/methods/mls.py 100% 🟢 oodeel/methods/odin.py 100% 🟢 oodeel/methods/vim.py 84% 🟢 TOTAL 95% 🟢 updated for commit:
dd3d23b
by action🐍
Features
requires_to_fit_dataset
needs to be defined and return a boolean True or False.fit_dataset
and that it is not provided in thefit
, an error is raised:need_to_fit_dataset
in tests (there's a better way with the requires_to_fit_dataset property)Quick tests: