Datasets:
Update README.md
Browse files
README.md
CHANGED
|
@@ -11,8 +11,199 @@ task_categories:
|
|
| 11 |
pretty_name: Time-Series-Library (TSLib)
|
| 12 |
language:
|
| 13 |
- en
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 14 |
---
|
| 15 |
|
|
|
|
| 16 |
# Time-Series-Library (TSLib)
|
| 17 |
|
| 18 |
TSLib is an open-source library for deep learning researchers, especially for deep time series analysis.
|
|
|
|
| 11 |
pretty_name: Time-Series-Library (TSLib)
|
| 12 |
language:
|
| 13 |
- en
|
| 14 |
+
size_categories:
|
| 15 |
+
- 100B<n<1T
|
| 16 |
+
|
| 17 |
+
configs:
|
| 18 |
+
# ---------- Forecasting: ETT (4 subsets) ----------
|
| 19 |
+
- config_name: ett-h1
|
| 20 |
+
description: "ETT long-term forecasting subset ETTh1 (hourly)."
|
| 21 |
+
data_files:
|
| 22 |
+
- ETT-small/ETTh1.csv
|
| 23 |
+
|
| 24 |
+
- config_name: ett-h2
|
| 25 |
+
description: "ETT long-term forecasting subset ETTh2 (hourly)."
|
| 26 |
+
data_files:
|
| 27 |
+
- ETT-small/ETTh2.csv
|
| 28 |
+
|
| 29 |
+
- config_name: ett-m1
|
| 30 |
+
description: "ETT long-term forecasting subset ETTm1 (15-min)."
|
| 31 |
+
data_files:
|
| 32 |
+
- ETT-small/ETTm1.csv
|
| 33 |
+
|
| 34 |
+
- config_name: ett-m2
|
| 35 |
+
description: "ETT long-term forecasting subset ETTm2 (15-min)."
|
| 36 |
+
data_files:
|
| 37 |
+
- ETT-small/ETTm2.csv
|
| 38 |
+
|
| 39 |
+
# ---------- Forecasting: Electricity / Traffic / Weather / Exchange / ILI ----------
|
| 40 |
+
- config_name: electricity
|
| 41 |
+
description: "Electricity load forecasting (UCI Electricity)."
|
| 42 |
+
data_files:
|
| 43 |
+
- electricity/electricity.csv
|
| 44 |
+
|
| 45 |
+
- config_name: traffic
|
| 46 |
+
description: "Traffic volume forecasting."
|
| 47 |
+
data_files:
|
| 48 |
+
- traffic/traffic.csv
|
| 49 |
+
|
| 50 |
+
- config_name: weather
|
| 51 |
+
description: "Weather time-series forecasting."
|
| 52 |
+
data_files:
|
| 53 |
+
- weather/weather.csv
|
| 54 |
+
|
| 55 |
+
- config_name: exchange-rate
|
| 56 |
+
description: "Exchange rate forecasting."
|
| 57 |
+
data_files:
|
| 58 |
+
- exchange_rate/exchange_rate.csv
|
| 59 |
+
|
| 60 |
+
- config_name: ili
|
| 61 |
+
description: "Influenza-like illness (ILI) forecasting."
|
| 62 |
+
data_files:
|
| 63 |
+
- illness/national_illness.csv
|
| 64 |
+
|
| 65 |
+
# ---------- Forecasting (Short-term): M4 (6 subsets) ----------
|
| 66 |
+
- config_name: m4-yearly
|
| 67 |
+
description: "M4 Yearly forecasting subset."
|
| 68 |
+
data_files:
|
| 69 |
+
- m4/Yearly-train.csv
|
| 70 |
+
- m4/Yearly-test.csv
|
| 71 |
+
|
| 72 |
+
- config_name: m4-quarterly
|
| 73 |
+
description: "M4 Quarterly forecasting subset."
|
| 74 |
+
data_files:
|
| 75 |
+
- m4/Quarterly-train.csv
|
| 76 |
+
- m4/Quarterly-test.csv
|
| 77 |
+
|
| 78 |
+
- config_name: m4-monthly
|
| 79 |
+
description: "M4 Monthly forecasting subset."
|
| 80 |
+
data_files:
|
| 81 |
+
- m4/Monthly-train.csv
|
| 82 |
+
- m4/Monthly-test.csv
|
| 83 |
+
|
| 84 |
+
- config_name: m4-weekly
|
| 85 |
+
description: "M4 Weekly forecasting subset."
|
| 86 |
+
data_files:
|
| 87 |
+
- m4/Weekly-train.csv
|
| 88 |
+
- m4/Weekly-test.csv
|
| 89 |
+
|
| 90 |
+
- config_name: m4-daily
|
| 91 |
+
description: "M4 Daily forecasting subset."
|
| 92 |
+
data_files:
|
| 93 |
+
- m4/Daily-train.csv
|
| 94 |
+
- m4/Daily-test.csv
|
| 95 |
+
|
| 96 |
+
- config_name: m4-hourly
|
| 97 |
+
description: "M4 Hourly forecasting subset."
|
| 98 |
+
data_files:
|
| 99 |
+
- m4/Hourly-train.csv
|
| 100 |
+
- m4/Hourly-test.csv
|
| 101 |
+
|
| 102 |
+
# ---------- Classification: UEA (10 subsets) ----------
|
| 103 |
+
- config_name: ethanol-concentration
|
| 104 |
+
description: "UEA multivariate classification: EthanolConcentration."
|
| 105 |
+
data_files:
|
| 106 |
+
- EthanolConcentration/EthanolConcentration_TRAIN.ts
|
| 107 |
+
- EthanolConcentration/EthanolConcentration_TEST.ts
|
| 108 |
+
|
| 109 |
+
- config_name: face-detection
|
| 110 |
+
description: "UEA multivariate classification: FaceDetection."
|
| 111 |
+
data_files:
|
| 112 |
+
- FaceDetection/FaceDetection_TRAIN.ts
|
| 113 |
+
- FaceDetection/FaceDetection_TEST.ts
|
| 114 |
+
|
| 115 |
+
- config_name: handwriting
|
| 116 |
+
description: "UEA multivariate classification: Handwriting."
|
| 117 |
+
data_files:
|
| 118 |
+
- Handwriting/Handwriting_TRAIN.ts
|
| 119 |
+
- Handwriting/Handwriting_TEST.ts
|
| 120 |
+
|
| 121 |
+
- config_name: heartbeat
|
| 122 |
+
description: "UEA multivariate classification: Heartbeat."
|
| 123 |
+
data_files:
|
| 124 |
+
- Heartbeat/Heartbeat_TRAIN.ts
|
| 125 |
+
- Heartbeat/Heartbeat_TEST.ts
|
| 126 |
+
|
| 127 |
+
- config_name: japanese-vowels
|
| 128 |
+
description: "UEA multivariate classification: JapaneseVowels."
|
| 129 |
+
data_files:
|
| 130 |
+
- JapaneseVowels/JapaneseVowels_TRAIN.ts
|
| 131 |
+
- JapaneseVowels/JapaneseVowels_TEST.ts
|
| 132 |
+
|
| 133 |
+
- config_name: pems-sf
|
| 134 |
+
description: "UEA multivariate classification: PEMS-SF."
|
| 135 |
+
data_files:
|
| 136 |
+
- PEMS-SF/PEMS-SF_TRAIN.ts
|
| 137 |
+
- PEMS-SF/PEMS-SF_TEST.ts
|
| 138 |
+
|
| 139 |
+
- config_name: self-regulation-scp1
|
| 140 |
+
description: "UEA multivariate classification: SelfRegulationSCP1."
|
| 141 |
+
data_files:
|
| 142 |
+
- SelfRegulationSCP1/SelfRegulationSCP1_TRAIN.ts
|
| 143 |
+
- SelfRegulationSCP1/SelfRegulationSCP1_TEST.ts
|
| 144 |
+
|
| 145 |
+
- config_name: self-regulation-scp2
|
| 146 |
+
description: "UEA multivariate classification: SelfRegulationSCP2."
|
| 147 |
+
data_files:
|
| 148 |
+
- SelfRegulationSCP2/SelfRegulationSCP2_TRAIN.ts
|
| 149 |
+
- SelfRegulationSCP2/SelfRegulationSCP2_TEST.ts
|
| 150 |
+
|
| 151 |
+
- config_name: spoken-arabic-digits
|
| 152 |
+
description: "UEA multivariate classification: SpokenArabicDigits."
|
| 153 |
+
data_files:
|
| 154 |
+
- SpokenArabicDigits/SpokenArabicDigits_TRAIN.ts
|
| 155 |
+
- SpokenArabicDigits/SpokenArabicDigits_TEST.ts
|
| 156 |
+
|
| 157 |
+
- config_name: uwave-gesture-library
|
| 158 |
+
description: "UEA multivariate classification: UWaveGestureLibrary."
|
| 159 |
+
data_files:
|
| 160 |
+
- UWaveGestureLibrary/UWaveGestureLibrary_TRAIN.ts
|
| 161 |
+
- UWaveGestureLibrary/UWaveGestureLibrary_TEST.ts
|
| 162 |
+
|
| 163 |
+
# ---------- Anomaly Detection ----------
|
| 164 |
+
- config_name: smd
|
| 165 |
+
description: "Server Machine Dataset (SMD) for anomaly detection."
|
| 166 |
+
data_files:
|
| 167 |
+
- SMD/SMD_train.npy
|
| 168 |
+
- SMD/SMD_test.npy
|
| 169 |
+
- SMD/SMD_test_label.npy
|
| 170 |
+
- SMD/SMD_train.pkl
|
| 171 |
+
- SMD/SMD_test.pkl
|
| 172 |
+
- SMD/SMD_test_label.pkl
|
| 173 |
+
|
| 174 |
+
- config_name: msl
|
| 175 |
+
description: "NASA Mars Science Laboratory (MSL) anomaly detection."
|
| 176 |
+
data_files:
|
| 177 |
+
- MSL/MSL_train.npy
|
| 178 |
+
- MSL/MSL_test.npy
|
| 179 |
+
- MSL/MSL_test_label.npy
|
| 180 |
+
|
| 181 |
+
- config_name: smap
|
| 182 |
+
description: "NASA Soil Moisture Active Passive (SMAP) anomaly detection."
|
| 183 |
+
data_files:
|
| 184 |
+
- SMAP/SMAP_train.npy
|
| 185 |
+
- SMAP/SMAP_test.npy
|
| 186 |
+
- SMAP/SMAP_test_label.npy
|
| 187 |
+
|
| 188 |
+
- config_name: psm
|
| 189 |
+
description: "KPI-based Process/System Monitoring anomaly detection."
|
| 190 |
+
data_files:
|
| 191 |
+
- PSM/train.csv
|
| 192 |
+
- PSM/test.csv
|
| 193 |
+
- PSM/test_label.csv
|
| 194 |
+
|
| 195 |
+
- config_name: swat
|
| 196 |
+
description: "Secure Water Treatment (SWaT) anomaly detection; CSV are preprocessed, Excel are raw."
|
| 197 |
+
data_files:
|
| 198 |
+
- SWaT/swat_train.csv
|
| 199 |
+
- SWaT/swat_train2.csv
|
| 200 |
+
- SWaT/swat2.csv
|
| 201 |
+
- SWaT/swat_raw.csv
|
| 202 |
+
- SWaT/SWaT_Dataset_Normal_v1.xlsx
|
| 203 |
+
- SWaT/SWaT_Dataset_Attack_v0.xlsx
|
| 204 |
---
|
| 205 |
|
| 206 |
+
|
| 207 |
# Time-Series-Library (TSLib)
|
| 208 |
|
| 209 |
TSLib is an open-source library for deep learning researchers, especially for deep time series analysis.
|