thuml / Anomaly-Transformer

About Code release for "Anomaly Transformer: Time Series Anomaly Detection with Association Discrepancy" (ICLR 2022 Spotlight), https://openreview.net/forum?id=LzQQ89U1qm_
MIT License
763 stars 202 forks source link

About NeurIPS-TS dataset #23

Closed DRMBSGN closed 2 years ago

DRMBSGN commented 2 years ago

I want to know the details about what you experimented using NeurIPS-TS dataset. According to the paper, It includes univariate time series which have total length of 50,000. I couldn't find any information about how to generate or sample that train, test samples. Could you explain more detailed design of your experiment using this dataset? Is there any future plans to update the related codes?

wuhaixu2016 commented 2 years ago

You can find the corresponding citation from our paper [1]. [1] Kwei-Herng Lai, D. Zha, Junjie Xu, and Yue Zhao. Revisiting time series outlier detection: Definitions and benchmarks. In NeurIPS Dataset and Benchmark Track, 2021. Especially, the generation code is here: https://github.com/datamllab/tods/tree/benchmark/benchmark