Deep Time Series Models: A Comprehensive Survey and Benchmark
Paper • 2407.13278 • Published
Error code: FileFormatMismatchBetweenSplitsError
Need help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.
Apache TsFile version of the MSL anomaly-detection subset of
thuml/Time-Series-Library.
Mars Science Laboratory rover telemetry (55 channels) for anomaly detection.
The train and test segments are stored as two separate TsFiles
(MSL_train.tsfile / MSL_test.tsfile), preserving the original split. Labels
are stored as separate CSV sidecar files in labels/.
.npy source has no
timestamp, so this is a monotone 1 Hz proxy axis.labels/MSL_train_label.csv and
labels/MSL_test_label.csv contain Time,label. The train label file is all
0; the test label file carries the per-timestep anomaly labels.No channels or rows are dropped. Labels are not stored inside the TsFile feature tables.
Read the .tsfile files with the Apache TsFile Java or Python SDK. Join labels
from the sidecar CSV files by Time within the matching split.
MSL)