Problem
Traffic streams contain strong temporal patterns, noise, and event-driven spikes that make anomaly detection easy to overfit.
Project
Anomaly detection on urban traffic streams comparing probabilistic GLM and sequence-model (GRU) approaches.
Traffic streams contain strong temporal patterns, noise, and event-driven spikes that make anomaly detection easy to overfit.
I compared a probabilistic GLM baseline against a GRU sequence model, then analyzed how calibration and divergence-based scoring behaved under real traffic variation.
The work clarified when simpler probabilistic models remain competitive and where sequence models help once temporal context matters.
This project was less about chasing one model score and more about understanding what different anomaly detectors assume.
If the anomaly score is poorly calibrated, a more complex model can still produce noisy operational signals. Evaluation had to stay tied to practical alert usefulness, not just loss curves.