Coder Social home page Coder Social logo

kddcup2021's Introduction

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

  1. Download dataset and place the unzipped *.txt files in the dataset/phase2 directory.
  2. Run 20210601/code.py to get the detection result 20210601/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.py is the final submission code, which achieves 217 / 250 = 86.8% accuracy and results in 5th place in the private leader board.
  • 20210601/code.py is 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.

kddcup2021's People

Contributors

intellygenta avatar ygenta avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.