yzhao062 / pyod

A Python Library for Outlier and Anomaly Detection, Integrating Classical and Deep Learning Techniques
http://pyod.readthedocs.io
BSD 2-Clause "Simplified" License
8.27k stars 1.35k forks source link

Implement PyTorch deep learning base detector and utility functions. #579

Closed RaymondY closed 1 month ago

RaymondY commented 1 month ago

All Submissions Basics:

All Submissions Cores:

New Model Submissions:

coveralls commented 1 month ago

Pull Request Test Coverage Report for Build 9314657234

Details


Changes Missing Coverage Covered Lines Changed/Added Lines %
pyod/test/test_torch_utility.py 118 119 99.16%
pyod/utils/torch_utility.py 88 89 98.88%
pyod/test/test_base_dl.py 98 104 94.23%
pyod/models/base_dl.py 121 128 94.53%
<!-- Total: 425 440 96.59% -->
Totals Coverage Status
Change from base Build 9179723190: 0.1%
Covered Lines: 9395
Relevant Lines: 10002

💛 - Coveralls