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

Question about dataset processing #41

Open bt-1120161955 opened 2 years ago

bt-1120161955 commented 2 years ago

Hi, thanks for your excellent work and release your code. When I process SWaT dataset with process_swat.py, I met this question: My swat dataset-SWaT_Dataset_Normal_v0.xlsx has 51 dimension excluding Timestamp and attackLable,but your dataset has 27 dimension。 And also, I met the same problem while using process_wadi.py to process WADI dataset。

d-ailin commented 2 years ago

Thanks for your interest in our work. The dataset with 27 dimensions under the data directory is a demo dataset to help check the environment, and it is not related to the exact datasets used in the experiments.