Skip to content

SigmaLab01/PUAD

 
 

Repository files navigation

Code for the paper MetaAD: A Prototype-oriented Meta Anomaly Detection Framework for Multivariate Time Series

Link (ICML2023)

To run with local environment

Install dependencies using python 3.8+ :

pip install -r requirements.txt 

Run the model:

python runner10.py --test_train_step2 10

test_train_step2 is the number of data used for meta-training.

Data

SMD:

Download the processed data form Google cloud to './SMD/'. SMD Data

MSL:

Run the data process code in the './MSL/'.

python ./MSL/data_press_1.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 99.6%
  • Shell 0.4%