Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 9 commits into from
Jun 17, 2024

Conversation

RaymondY
Copy link
Contributor

@RaymondY RaymondY commented Jun 3, 2024

All Submissions Basics:

  • Have you followed the guidelines in our Contributing document?
  • Have you checked to ensure there aren't other open Pull Requests for the same update/change?
  • Have you checked all Issues to tie the PR to a specific one?

All Submissions Cores:

  • Have you added an explanation of what your changes do and why you'd like us to include them?
  • Have you written new tests for your core changes, as applicable?
  • Have you successfully ran tests with your changes locally?
  • Does your submission pass tests, including CircleCI, Travis CI, and AppVeyor?
  • Does your submission have appropriate code coverage? The cutoff threshold is 95% by Coversall.

@coveralls
Copy link

coveralls commented Jun 3, 2024

Pull Request Test Coverage Report for Build 9375439553

Details

  • 507 of 521 (97.31%) changed or added relevant lines in 9 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage increased (+0.1%) to 94.047%

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%
Totals Coverage Status
Change from base Build 9328641231: 0.1%
Covered Lines: 9306
Relevant Lines: 9895

💛 - Coveralls

@RaymondY RaymondY changed the title Add PyTorch Version of VAE and AE based on the DL base detector && Fix some bugs in DL base detector. Add PyTorch Version of VAE, AE, SO_GAAL based on the DL base detector && Fix some bugs in DL base detector. Jun 4, 2024
@yzhao062 yzhao062 merged commit fe6c899 into yzhao062:development Jun 17, 2024
13 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants