From 0ef77e2f7c4855670bb5fdda4176c6468cf95d1f Mon Sep 17 00:00:00 2001 From: kaffa Date: Sat, 7 Feb 2026 16:45:05 +0900 Subject: [PATCH] Lower AI anomaly_threshold from -0.16 to -0.25 to reduce false positives Normal traffic (~30 pps) was triggering AI ANOMALY warnings every 5s. Co-Authored-By: Claude Opus 4.6 --- config/config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/config.yaml b/config/config.yaml index 1e5929e..365f285 100644 --- a/config/config.yaml +++ b/config/config.yaml @@ -67,7 +67,7 @@ ai: # Inference poll_interval: 5 # seconds between feature reads - anomaly_threshold: -0.16 # sklearn decision_function threshold + anomaly_threshold: -0.25 # sklearn decision_function threshold # Retraining retrain_interval: 86400 # auto-retrain interval (seconds, default 24h)