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

Added new model ae1svm & updated author info #592

Merged
merged 5 commits into from
Jul 2, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
udpate author name for ae1svm & mo_gaal
  • Loading branch information
zhuox5 committed Jun 27, 2024
commit 1efc539235898b70b3d0847d65e769588f5de289
2 changes: 1 addition & 1 deletion pyod/models/ae1svm.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"""Using AE-1SVM with Outlier Detection (PyTorch)
Source: https://arxiv.org/pdf/1804.04888
"""
# Author: Zhuo Xiao
# Author: Zhuo Xiao <zhuoxiao@usc.edu>

from __future__ import division, print_function

Expand Down
1 change: 1 addition & 0 deletions pyod/models/mo_gaal.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
Part of the codes are adapted from
https://github.com/leibinghe/GAAL-based-outlier-detection
"""
# Author: Zhuo Xiao <zhuoxiao@usc.edu>

from collections import defaultdict

Expand Down