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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user