LiDan456 / MAD-GANs

Applied generative adversarial networks (GANs) to do anomaly detection for time series data
514 stars 158 forks source link

Is the KDDCup dataset a multivariate time series dataset? #7

Open DesenHuang opened 4 years ago

DesenHuang commented 4 years ago

In the EGAN (Zenati, Houssam, et al. "Efficient gan-based anomaly detection." ICLR WorkShop (2018). ), the KDDCUP99 ten percent dataset is actual a multi-dimensional point dataset instead of a multivariate time series one, which is the same as the website describes (http://kdd.ics.uci.edu/databases/kddcup99/kddcup99.html). However, this work campare with EGAN on this dataset but without any dataset describtion on how can it be regarded as a time series one. Is it wrong?