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

first letter represents nature of channel id #76

Open peerschuett opened 1 year ago

peerschuett commented 1 year ago

Hi, thanks for your work on anomaly detection and for providing the datasets! For my own project I want to not only detect anomalies, but also learn which sensors correlate with each other. This correlations should then be investigated. For that I would like to have more information about the different sensors for the MSL dataset.

You stated "channel id: anonymized channel id - first letter represents nature of channel (P = power, R = radiation, etc.)". Could you explain the other letters as well?

Thanks a lot! :)