Skip to content

Commit

Permalink
0.6.16 a102
Browse files Browse the repository at this point in the history
  • Loading branch information
winedarksea committed Oct 31, 2024
1 parent 412dd8d commit 3a0c6f2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions autots/tools/anomaly_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -517,11 +517,11 @@ def anomaly_new_params(method='random'):
"IQR",
"nonparametric",
"IsolationForest",
"OneClassSVM",
# "OneClassSVM", # seems too slow at times
"GaussianMixture",
# "GaussianMixtureBase",
], # Isolation Forest is good but slower (parallelized also)
[0.05, 0.1, 0.25, 0.3, 0.1, 0.1, 0.2, 0.1, 0.05, 0.05, 0.05],
[0.05, 0.1, 0.25, 0.3, 0.1, 0.1, 0.2, 0.1, 0.05, 0.05],
)[0]

if method_choice == "IsolationForest":
Expand Down

0 comments on commit 3a0c6f2

Please sign in to comment.