From f17269d3d2b14782868752442566f80c648ecc52 Mon Sep 17 00:00:00 2001 From: Panyan Weng Date: Tue, 8 Oct 2024 14:27:44 +0800 Subject: [PATCH] fix: fix the common functions and special functions formatting of Anomaly detection algorithm --- geochemistrypi/data_mining/model/detection.py | 1 - 1 file changed, 1 deletion(-) diff --git a/geochemistrypi/data_mining/model/detection.py b/geochemistrypi/data_mining/model/detection.py index 611a600..f162c5f 100644 --- a/geochemistrypi/data_mining/model/detection.py +++ b/geochemistrypi/data_mining/model/detection.py @@ -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,