Skip to content

Commit

Permalink
fix: fix the common functions and special functions formatting of Ano…
Browse files Browse the repository at this point in the history
…maly detection algorithm
  • Loading branch information
Panyan Weng committed Oct 8, 2024
1 parent 44c4790 commit f17269d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion geochemistrypi/data_mining/model/detection.py
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,6 @@ class LocalOutlierFactorAnomalyDetection(AnomalyDetectionWorkflowBase):
name = "Local Outlier Factor"
special_function = [func.value for func in LocalOutlierFactorSpecialFunction]


def __init__(
self,
n_neighbors: int = 20,
Expand Down

0 comments on commit f17269d

Please sign in to comment.