d-ailin / GDN

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

No Results #100

Closed wuchenhu98 closed 5 months ago

wuchenhu98 commented 5 months ago

Hello,i can run the model successfully,but i only got the following result result1 there is no file in the Results folder

d-ailin commented 5 months ago

Hi, thanks for your interest.

The current code does not save the predicted values for test data but only output the final evaluation metrics, e.g., F1 score. To save the result, you could modify the code to save the test result:

https://github.com/d-ailin/GDN/blob/9853899da860682669a134e4af315d036aab4eca/main.py#L123

wuchenhu98 commented 5 months ago

Thanks a lot!