Increase retrain_window to 7 days to match retention period

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
kaffa
2026-02-07 10:49:35 +09:00
parent a28d7fd646
commit a6519fd664
2 changed files with 2 additions and 2 deletions

View File

@@ -66,7 +66,7 @@ ai:
# Retraining
retrain_interval: 86400 # auto-retrain interval (seconds, default 24h)
retrain_window: 86400 # data range for retrain (most recent N seconds)
retrain_window: 604800 # data range for retrain (7 days)
model_file: /var/lib/xdp-defense/ai_model.pkl
training_data_file: /var/lib/xdp-defense/training_data.csv