Skip to content

Commit

Permalink
improve documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
yzhao062 authored and yzhao062 committed Jul 29, 2022
1 parent b34ea97 commit 8cff90e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
3 changes: 1 addition & 2 deletions docs/pyod.models.rst
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ pyod.models.auto\_encoder\_torch module

.. automodule:: pyod.models.auto_encoder_torch
:members:
:undoc-members:
:exclude-members: inner_autoencoder
:show-inheritance:
:inherited-members:

Expand Down Expand Up @@ -214,7 +214,6 @@ pyod.models.lunar module

.. automodule:: pyod.models.lunar
:members:
:undoc-members:
:show-inheritance:
:inherited-members:

Expand Down
5 changes: 3 additions & 2 deletions pyod/models/lunar.py
Original file line number Diff line number Diff line change
Expand Up @@ -103,8 +103,8 @@ class LUNAR(BaseDetector):
with one of the following outputs:
1) SCORE_MODEL: network directly outputs the anomaly score.
2) WEIGHT_MODEL: network outputs a set of weights for the k distances, the anomaly score is then the
sum of weighted distances.
2) WEIGHT_MODEL: network outputs a set of weights for the k distances, the anomaly score is then the
sum of weighted distances.
See :cite:`goodge2022lunar` for details.
Expand Down Expand Up @@ -148,6 +148,7 @@ class LUNAR(BaseDetector):
verbose: int in {0,1}, optional (default = 0):
To view or hide training progress
Attributes
----------
"""
Expand Down

0 comments on commit 8cff90e

Please sign in to comment.