d-ailin / GDN

Implementation code for the paper "Graph Neural Network-Based Anomaly Detection in Multivariate Time Series" (AAAI 2021)
MIT License
482 stars 141 forks source link

Data #7

Closed flyz1 closed 3 years ago

flyz1 commented 3 years ago

Hello, I want to run your code on SWaT and WADI datasets, but how can I get train.csv, test.csv, and list.txt? Is WADI_14days_new.csv in the WADI dataset the original training set (WADI_attackdataLABLE.csv is the original test set)? Then it is processed by process() in TimeDataset.py to become the training data set used in your article? Looking forward to your reply, thank you very much!

UniqueRoHo commented 2 years ago

It's also my question!