khundman / telemanom

A framework for using LSTMs to detect anomalies in multivariate time series data. Includes spacecraft anomaly data and experiments from the Mars Science Laboratory and SMAP missions.
https://arxiv.org/abs/1802.04431
Other
1.02k stars 248 forks source link

Cannot run example.py because of lack of dataset #47

Closed lwj2015 closed 3 years ago

lwj2015 commented 4 years ago

I'm sorry that when I run example.py I find that I don't have the "existing dataset" ,can you tell me where is the corresponding file that is needed?

sarahmish commented 4 years ago

@striverr you can find the command in the README which you should unzip in the root folder of the repo.

curl -O https://s3-us-west-2.amazonaws.com/telemanom/data.zip && unzip data.zip && rm data.zip

if you want to do it manually, just download the compressed file https://s3-us-west-2.amazonaws.com/telemanom/data.zip then unzip it using any app.

lwj2015 commented 4 years ago

I'm new to github and I don't know how to respond to the comment above. So I wish that he can see my thanks here!!!! I solved this problem with your help!!! @sarahmish