kcg-ai-monitoring/prediction
htlee 474e672683 feat: S3 prediction 신규 출력 모듈 5종 + scheduler 통합
분석 사이클 완료 후 자동 실행되는 출력 파이프라인:
- event_generator: 분석결과 → 이벤트 자동 생성 (7개 룰, 카테고리별 dedup)
- violation_classifier: 위반 유형 라벨링 (EEZ/DARK/MMSI/TRANSSHIP/GEAR/RISK)
- kpi_writer: 실시간 KPI 6개 갱신 (오늘 기준 카운트)
- stats_aggregator: hourly/daily/monthly 사전 집계 (UPSERT)
- alert_dispatcher: CRITICAL/HIGH 이벤트 자동 알림 생성

scheduler.py에 출력 모듈 통합 (분석 8단계 완료 후 실행, non-fatal)
DB 연동 테스트 통과 (alerts 8건 생성, KPI tracking_active=2)

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-07 13:00:50 +09:00
..
algorithms feat: S2 prediction 분석 엔진 모노레포 이식 2026-04-07 12:56:51 +09:00
cache feat: S2 prediction 분석 엔진 모노레포 이식 2026-04-07 12:56:51 +09:00
chat feat: S2 prediction 분석 엔진 모노레포 이식 2026-04-07 12:56:51 +09:00
data feat: S2 prediction 분석 엔진 모노레포 이식 2026-04-07 12:56:51 +09:00
db feat: S2 prediction 분석 엔진 모노레포 이식 2026-04-07 12:56:51 +09:00
models feat: S2 prediction 분석 엔진 모노레포 이식 2026-04-07 12:56:51 +09:00
output feat: S3 prediction 신규 출력 모듈 5종 + scheduler 통합 2026-04-07 13:00:50 +09:00
pipeline feat: S2 prediction 분석 엔진 모노레포 이식 2026-04-07 12:56:51 +09:00
scripts feat: S2 prediction 분석 엔진 모노레포 이식 2026-04-07 12:56:51 +09:00
tests feat: S2 prediction 분석 엔진 모노레포 이식 2026-04-07 12:56:51 +09:00
config.py feat: S2 prediction 분석 엔진 모노레포 이식 2026-04-07 12:56:51 +09:00
env.example feat: S2 prediction 분석 엔진 모노레포 이식 2026-04-07 12:56:51 +09:00
fleet_tracker.py feat: S2 prediction 분석 엔진 모노레포 이식 2026-04-07 12:56:51 +09:00
main.py feat: S2 prediction 분석 엔진 모노레포 이식 2026-04-07 12:56:51 +09:00
requirements.txt feat: S2 prediction 분석 엔진 모노레포 이식 2026-04-07 12:56:51 +09:00
scheduler.py feat: S3 prediction 신규 출력 모듈 5종 + scheduler 통합 2026-04-07 13:00:50 +09:00
time_bucket.py feat: S2 prediction 분석 엔진 모노레포 이식 2026-04-07 12:56:51 +09:00