Skip to content

Commit

Permalink
Merge pull request #368 from ZJUEarthData/web
Browse files Browse the repository at this point in the history
fix: fix the path of manual hyperparameter of lof algorithm.
  • Loading branch information
SanyHe committed Jul 20, 2024
2 parents c76ec35 + 7d1dbbb commit 934c523
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion geochemistrypi/data_mining/model/detection.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@

from ..utils.base import clear_output
from ._base import WorkflowBase
from .func.algo_anomalydetection._iforest import isolation_forest_manual_hyper_parameters, local_outlier_factor_manual_hyper_parameters
from .func.algo_anomalydetection._iforest import isolation_forest_manual_hyper_parameters
from .func.algo_anomalydetection._local_outlier_factor import local_outlier_factor_manual_hyper_parameters


class AnomalyDetectionWorkflowBase(WorkflowBase):
Expand Down

0 comments on commit 934c523

Please sign in to comment.