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

Add PyTorch Version of VAE, AE, SO_GAAL based on the DL base detector && Fix some bugs in DL base detector. #585

Closed RaymondY closed 2 weeks ago

RaymondY commented 1 month ago

All Submissions Basics:

All Submissions Cores:

coveralls commented 1 month ago

Pull Request Test Coverage Report for Build 9375439553

Details


Changes Missing Coverage Covered Lines Changed/Added Lines %
pyod/test/test_vae.py 35 36 97.22%
pyod/test/test_so_gaal_new.py 75 77 97.4%
pyod/models/so_gaal_new.py 78 82 95.12%
pyod/models/base_dl.py 115 122 94.26%
<!-- Total: 507 521 97.31% -->
Totals Coverage Status
Change from base Build 9328641231: 0.1%
Covered Lines: 9306
Relevant Lines: 9895

💛 - Coveralls