Skip to content

Commit

Permalink
docs: update docstrings
Browse files Browse the repository at this point in the history
Signed-off-by: Avik Basu <[email protected]>
  • Loading branch information
ab93 committed Feb 7, 2024
1 parent b41a7f7 commit dd847d5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions numalogic/models/threshold/_median.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@ class MaxPercentileThreshold(BaseThresholdModel):
Args:
max_inlier_percentile: Max percentile greater than which will be treated as outlier
min_threshold: Value to be used if threshold is less than this
aggregate: If True, combine the per-feature scores into 1
feature_weights: weights to be used for each feature (used only if aggregate=True)
"""

__slots__ = ("_max_percentile", "_min_thresh", "_thresh", "_is_fitted")
Expand Down

0 comments on commit dd847d5

Please sign in to comment.