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 <noreply@anthropic.com>
This commit is contained in:
kaffa
2026-02-07 16:45:05 +09:00
parent 4ae4440504
commit 0ef77e2f7c

View File

@@ -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)