You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Unofficial Python implementation for "Matrix Profile XXIV: Scaling Time Series Anomaly Detection to Trillions of Datapoints and Ultra-fast Arriving Data Streams" (KDD '22)
This repository includes Bourke Street Mall as the default dataset (see the data directory), which can be downloaded here.
Run
You can run the code using the following command.
python damp.py
With --enable_output, the resulting plot and DAMP values will be saved in the ./figures and ./outputs directories, respectively.
Note that the input time series and its corresponding DAMP scores on the plot are scaled for visualization purposes.
References
Lu, Yue, et al. "Matrix Profile XXIV: Scaling Time Series Anomaly Detection to Trillions of Datapoints and Ultra-fast Arriving Data Streams." Proceedings of the 28th ACM SIGKDD Conference on Knowledge Discovery and Data Mining. 2022.
About
Unofficial Python implementation for "Matrix Profile XXIV: Scaling Time Series Anomaly Detection to Trillions of Datapoints and Ultra-fast Arriving Data Streams" (KDD '22)