chickenbestlover / RNN-Time-series-Anomaly-Detection

RNN based Time-series Anomaly detector model implemented in Pytorch.
Apache License 2.0
1.17k stars 316 forks source link

[Request] Multivariate Time Series Anomaly Detection Dataset with label #10

Open The-Gupta opened 5 years ago

The-Gupta commented 5 years ago

So that I could measure the accuracy with something standard.

chickenbestlover commented 5 years ago

Among the dataset I uploaded, ECG and gesture are multivariate time-series (2 channels) Labels are included in0_download_dataset.py Evaluation on F1 metric is included in 2_anomaly_detection.py