Skip to content

Commit

Permalink
docs: accurate comment for k-sigma anomaly detection
Browse files Browse the repository at this point in the history
Signed-off-by: Felipe Trost <[email protected]>
  • Loading branch information
FelipeTrost committed Oct 28, 2024
1 parent 7e7b8dd commit 0ff2fc2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ def settings() -> dict:

def filter_anomalies(self) -> DataFrame:
"""
Filter outliers based on the k-sigma rule
Filter anomalies based on the k-sigma rule
"""

column_name = self.column_names[0]
Expand Down

0 comments on commit 0ff2fc2

Please sign in to comment.