ML4ITS / mtad-gat-pytorch

PyTorch implementation of MTAD-GAT (Multivariate Time-Series Anomaly Detection via Graph Attention Networks) by Zhao et. al (2020, https://arxiv.org/abs/2009.02040).
MIT License
328 stars 76 forks source link

Running it on custome dataset with 20 features #44

Closed Avv22 closed 2 months ago

Avv22 commented 2 months ago

Hello,

I have a timeseries dataset with 20 features and 100000 rows. Can I run your code on it please for the purpose of anomaly detection?

Regards,