KDDCup2021
Python code for the KDD Cup 2021: Multi-dataset Time Series Anomaly Detection 5th place solution
Install / Use
/learn @intellygenta/KDDCup2021README
KDD Cup 2021 Multi-dataset Time Series Anomaly Detection 5th place solution
This repository provides the code for the KDD Cup 2021: Multi-dataset Time Series Anomaly Detection 5th place solution.
Please watch the video for a brief explanation of the solution.
Requirement
- python 3.8+
- numpy
- pandas
- tqdm
- stumpy
If you have a CUDA-capable GPU and have installed CUDA toolkit, you can accelerate the computation.
If not, please turn off the GPU usage option in code.py, i.e., use_gpu = False.
Usage
- Download dataset and place the unzipped
*.txtfiles in thedataset/phase2directory. - Run
20210601/code.pyto get the detection result20210601/result.csv.
It takes several days to run because it computes matrix profile with different subsequence lengths for each of the 250 time series.
There are two submission codes in this repository.
20210531/code.pyis the final submission code, which achieves 217 / 250 = 86.8% accuracy and results in 5th place in the private leader board.20210601/code.pyis another code I tried to submit on the last day (June 1st), however, I failed to submit it because the time zone of the deadline was unclear (The datetime for each submission was recorded and displayed in UTC-7, but the deadline seemed to be UTC+0). It turns out that it can achieve 218 / 250 = 87.2% accuracy, which is equivalent to the 3rd place.
Related Skills
node-connect
347.9kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
frontend-design
108.7kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
openai-whisper-api
347.9kTranscribe audio via OpenAI Audio Transcriptions API (Whisper).
qqbot-media
347.9kQQBot 富媒体收发能力。使用 <qqmedia> 标签,系统根据文件扩展名自动识别类型(图片/语音/视频/文件)。
