Datasets:
Upload folder using huggingface_hub
Browse filesThis view is limited to 50 files because it contains too many changes.
See raw diff
- .gitattributes +22 -0
- README.md +84 -0
- anomaly_detection/MSL/.DS_Store +0 -0
- anomaly_detection/MSL/MSL_test.npy +3 -0
- anomaly_detection/MSL/MSL_test_label.npy +3 -0
- anomaly_detection/MSL/MSL_train.npy +3 -0
- anomaly_detection/PSM/test.csv +3 -0
- anomaly_detection/PSM/test_label.csv +0 -0
- anomaly_detection/PSM/train.csv +3 -0
- anomaly_detection/SMAP/SMAP_test.npy +3 -0
- anomaly_detection/SMAP/SMAP_test_label.npy +3 -0
- anomaly_detection/SMAP/SMAP_train.npy +3 -0
- anomaly_detection/SMD/SMD_test.npy +3 -0
- anomaly_detection/SMD/SMD_test.pkl +3 -0
- anomaly_detection/SMD/SMD_test_label.npy +3 -0
- anomaly_detection/SMD/SMD_test_label.pkl +3 -0
- anomaly_detection/SMD/SMD_train.npy +3 -0
- anomaly_detection/SMD/SMD_train.pkl +3 -0
- anomaly_detection/SWaT/SWaT_Dataset_Attack_v0.xlsx +3 -0
- anomaly_detection/SWaT/SWaT_Dataset_Normal_v1.xlsx +3 -0
- anomaly_detection/SWaT/data.py +50 -0
- anomaly_detection/SWaT/swat2.csv +3 -0
- anomaly_detection/SWaT/swat_raw.csv +3 -0
- anomaly_detection/SWaT/swat_train.csv +3 -0
- anomaly_detection/SWaT/swat_train2.csv +3 -0
- classification/EthanolConcentration/EthanolConcentration_TEST.ts +0 -0
- classification/EthanolConcentration/EthanolConcentration_TRAIN.ts +0 -0
- classification/FaceDetection/FaceDetection_TEST.ts +3 -0
- classification/FaceDetection/FaceDetection_TRAIN.ts +3 -0
- classification/Handwriting/Handwriting_TEST.ts +0 -0
- classification/Handwriting/Handwriting_TRAIN.ts +0 -0
- classification/Heartbeat/Heartbeat_TEST.ts +3 -0
- classification/Heartbeat/Heartbeat_TRAIN.ts +3 -0
- classification/JapaneseVowels/JapaneseVowels_TEST.ts +0 -0
- classification/JapaneseVowels/JapaneseVowels_TRAIN.ts +0 -0
- classification/PEMS-SF/PEMS-SF_TEST.ts +3 -0
- classification/PEMS-SF/PEMS-SF_TRAIN.ts +3 -0
- classification/SelfRegulationSCP1/SelfRegulationSCP1_TEST.ts +0 -0
- classification/SelfRegulationSCP1/SelfRegulationSCP1_TRAIN.ts +0 -0
- classification/SelfRegulationSCP2/SelfRegulationSCP2_TEST.ts +0 -0
- classification/SelfRegulationSCP2/SelfRegulationSCP2_TRAIN.ts +0 -0
- classification/SpokenArabicDigits/SpokenArabicDigits_TEST.ts +0 -0
- classification/SpokenArabicDigits/SpokenArabicDigits_TRAIN.ts +3 -0
- classification/UWaveGestureLibrary/UWaveGestureLibrary_TEST.ts +0 -0
- classification/UWaveGestureLibrary/UWaveGestureLibrary_TRAIN.ts +0 -0
- imputation/ETT-small/ETTh1.csv +0 -0
- imputation/ETT-small/ETTh2.csv +0 -0
- imputation/ETT-small/ETTm1.csv +0 -0
- imputation/ETT-small/ETTm2.csv +0 -0
- imputation/electricity/.DS_Store +0 -0
.gitattributes
CHANGED
|
@@ -57,3 +57,25 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
| 57 |
# Video files - compressed
|
| 58 |
*.mp4 filter=lfs diff=lfs merge=lfs -text
|
| 59 |
*.webm filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 57 |
# Video files - compressed
|
| 58 |
*.mp4 filter=lfs diff=lfs merge=lfs -text
|
| 59 |
*.webm filter=lfs diff=lfs merge=lfs -text
|
| 60 |
+
anomaly_detection/PSM/test.csv filter=lfs diff=lfs merge=lfs -text
|
| 61 |
+
anomaly_detection/PSM/train.csv filter=lfs diff=lfs merge=lfs -text
|
| 62 |
+
anomaly_detection/SWaT/SWaT_Dataset_Attack_v0.xlsx filter=lfs diff=lfs merge=lfs -text
|
| 63 |
+
anomaly_detection/SWaT/SWaT_Dataset_Normal_v1.xlsx filter=lfs diff=lfs merge=lfs -text
|
| 64 |
+
anomaly_detection/SWaT/swat2.csv filter=lfs diff=lfs merge=lfs -text
|
| 65 |
+
anomaly_detection/SWaT/swat_raw.csv filter=lfs diff=lfs merge=lfs -text
|
| 66 |
+
anomaly_detection/SWaT/swat_train.csv filter=lfs diff=lfs merge=lfs -text
|
| 67 |
+
anomaly_detection/SWaT/swat_train2.csv filter=lfs diff=lfs merge=lfs -text
|
| 68 |
+
classification/FaceDetection/FaceDetection_TEST.ts filter=lfs diff=lfs merge=lfs -text
|
| 69 |
+
classification/FaceDetection/FaceDetection_TRAIN.ts filter=lfs diff=lfs merge=lfs -text
|
| 70 |
+
classification/Heartbeat/Heartbeat_TEST.ts filter=lfs diff=lfs merge=lfs -text
|
| 71 |
+
classification/Heartbeat/Heartbeat_TRAIN.ts filter=lfs diff=lfs merge=lfs -text
|
| 72 |
+
classification/PEMS-SF/PEMS-SF_TEST.ts filter=lfs diff=lfs merge=lfs -text
|
| 73 |
+
classification/PEMS-SF/PEMS-SF_TRAIN.ts filter=lfs diff=lfs merge=lfs -text
|
| 74 |
+
classification/SpokenArabicDigits/SpokenArabicDigits_TRAIN.ts filter=lfs diff=lfs merge=lfs -text
|
| 75 |
+
imputation/electricity/electricity.csv filter=lfs diff=lfs merge=lfs -text
|
| 76 |
+
long_term_forecast/traffic/traffic.csv filter=lfs diff=lfs merge=lfs -text
|
| 77 |
+
short_term_forecast/m4/Daily-train.csv filter=lfs diff=lfs merge=lfs -text
|
| 78 |
+
short_term_forecast/m4/Monthly-train.csv filter=lfs diff=lfs merge=lfs -text
|
| 79 |
+
short_term_forecast/m4/Quarterly-train.csv filter=lfs diff=lfs merge=lfs -text
|
| 80 |
+
short_term_forecast/m4/Yearly-train.csv filter=lfs diff=lfs merge=lfs -text
|
| 81 |
+
short_term_forecast/m4/submission-Naive2.csv filter=lfs diff=lfs merge=lfs -text
|
README.md
ADDED
|
@@ -0,0 +1,84 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: mit
|
| 3 |
+
task_categories:
|
| 4 |
+
- time-series-forecasting
|
| 5 |
+
- time-series-classification
|
| 6 |
+
tags:
|
| 7 |
+
- time-series
|
| 8 |
+
- benchmark
|
| 9 |
+
- forecasting
|
| 10 |
+
- anomaly-detection
|
| 11 |
+
size_categories:
|
| 12 |
+
- 1M<n<10M
|
| 13 |
+
---
|
| 14 |
+
|
| 15 |
+
# PaperBenchPro Time Series Datasets
|
| 16 |
+
|
| 17 |
+
时序分析基准数据集合集,按任务类型组织。
|
| 18 |
+
|
| 19 |
+
## 📂 目录结构
|
| 20 |
+
|
| 21 |
+
```
|
| 22 |
+
dataset_by_task/
|
| 23 |
+
├── anomaly_detection/ # 异常检测
|
| 24 |
+
│ ├── MSL/
|
| 25 |
+
│ ├── PSM/
|
| 26 |
+
│ ├── SMAP/
|
| 27 |
+
│ ├── SMD/
|
| 28 |
+
│ └── SWaT/
|
| 29 |
+
├── classification/ # 时序分类
|
| 30 |
+
│ ├── EthanolConcentration/
|
| 31 |
+
│ ├── FaceDetection/
|
| 32 |
+
│ ├── Handwriting/
|
| 33 |
+
│ ├── Heartbeat/
|
| 34 |
+
│ ├── JapaneseVowels/
|
| 35 |
+
│ ├── PEMS-SF/
|
| 36 |
+
│ ├── SelfRegulationSCP1/
|
| 37 |
+
│ ├── SelfRegulationSCP2/
|
| 38 |
+
│ ├── SpokenArabicDigits/
|
| 39 |
+
│ └── UWaveGestureLibrary/
|
| 40 |
+
├── imputation/ # 数据填补
|
| 41 |
+
│ ├── electricity/
|
| 42 |
+
│ ├── ETT-small/
|
| 43 |
+
│ └── weather/
|
| 44 |
+
├── long_term_forecast/ # 长期预测
|
| 45 |
+
│ ├── electricity/
|
| 46 |
+
│ ├── ETT-small/
|
| 47 |
+
│ ├── exchange_rate/
|
| 48 |
+
│ ├── illness/
|
| 49 |
+
│ ├── traffic/
|
| 50 |
+
│ └── weather/
|
| 51 |
+
└── short_term_forecast/ # 短期预测
|
| 52 |
+
└── m4/
|
| 53 |
+
```
|
| 54 |
+
|
| 55 |
+
## 📊 任务说明
|
| 56 |
+
|
| 57 |
+
| 任务类型 | 描述 | 数据集数量 |
|
| 58 |
+
|---------|------|-----------|
|
| 59 |
+
| anomaly_detection | 时序异常检测 | 5 |
|
| 60 |
+
| classification | 时序分类 | 10 |
|
| 61 |
+
| imputation | 缺失值填补 | 6 |
|
| 62 |
+
| long_term_forecast | 长期预测 (96/192/336/720步) | 9 |
|
| 63 |
+
| short_term_forecast | 短期预测 (M4竞赛) | 1 |
|
| 64 |
+
|
| 65 |
+
## 🚀 使用方式
|
| 66 |
+
|
| 67 |
+
```python
|
| 68 |
+
from huggingface_hub import snapshot_download
|
| 69 |
+
|
| 70 |
+
# 下载全部数据
|
| 71 |
+
snapshot_download(repo_id="hahuh/PaperBenchPro", repo_type="dataset")
|
| 72 |
+
|
| 73 |
+
# 只下载特定任务
|
| 74 |
+
snapshot_download(
|
| 75 |
+
repo_id="hahuh/PaperBenchPro",
|
| 76 |
+
repo_type="dataset",
|
| 77 |
+
allow_patterns="anomaly_detection/*"
|
| 78 |
+
)
|
| 79 |
+
```
|
| 80 |
+
|
| 81 |
+
## 📝 引用
|
| 82 |
+
|
| 83 |
+
如果使用本数据集,请引用相关论文。
|
| 84 |
+
|
anomaly_detection/MSL/.DS_Store
ADDED
|
Binary file (6.15 kB). View file
|
|
|
anomaly_detection/MSL/MSL_test.npy
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8b479ebeeabb63ff636e8adeb095a7bcc46a0cdc7befa189b45b05b1e90c9425
|
| 3 |
+
size 32440888
|
anomaly_detection/MSL/MSL_test_label.npy
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:23e120c30a645000f093ff5311de177601b8220ba3ca4281c6376883444f7b97
|
| 3 |
+
size 73857
|
anomaly_detection/MSL/MSL_train.npy
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d767ecfc8ea344f7a6e78f815a84dc7923f600df1beb14359f3e73202148b058
|
| 3 |
+
size 25659608
|
anomaly_detection/PSM/test.csv
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:566bc50117d13f58793d830c14975c55f627cab63953265d7d6ce2dbcf2b0f80
|
| 3 |
+
size 42523490
|
anomaly_detection/PSM/test_label.csv
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
anomaly_detection/PSM/train.csv
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:816e0e2a5356b3b09d356925cd9a0fe1d327e3b350e9336d26ee3e650c72e112
|
| 3 |
+
size 63628087
|
anomaly_detection/SMAP/SMAP_test.npy
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:458c3b354b6a602b711241c29fb50518dddb0c1c9248d7d2e1691a9c218d4ac0
|
| 3 |
+
size 85523528
|
anomaly_detection/SMAP/SMAP_test_label.npy
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:55f94fcccc3ae35216cfd6ac5e0e2016ad9d08d5ff0aca9f09916c6501380e0f
|
| 3 |
+
size 427745
|
anomaly_detection/SMAP/SMAP_train.npy
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1c823bed59f32d45a2e6323ac79bf7755c80c2ff68a2d3d7322e4dee40a11010
|
| 3 |
+
size 27036728
|
anomaly_detection/SMD/SMD_test.npy
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:64520f6b9351d609bb395e947a3c98f6c513f608c794c571f9a0176d98cdb671
|
| 3 |
+
size 107679968
|
anomaly_detection/SMD/SMD_test.pkl
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f8198426451bbcb38b1d12751bf83048ce2fb757438f547fccd835e898db7e61
|
| 3 |
+
size 107680003
|
anomaly_detection/SMD/SMD_test_label.npy
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:400a29e062ca8c8f8d7e4801c68c35801f3a2180d5d70fe118d6525a33dd3ed2
|
| 3 |
+
size 2833808
|
anomaly_detection/SMD/SMD_test_label.pkl
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5ae84fe92808cdac5e15752edd0a1c402c93bebc643f164cc0fe3c9787a42e52
|
| 3 |
+
size 2833841
|
anomaly_detection/SMD/SMD_train.npy
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ef3a4a4e9c87c939c23e0cdf1190c18a1d41ef1aadb5d6c5ae909514332ef791
|
| 3 |
+
size 107677688
|
anomaly_detection/SMD/SMD_train.pkl
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c44c703b1804a00eb9262ca03e7dd0c035d9cdf8d7c48a7aa99c63da3181d1ad
|
| 3 |
+
size 107677723
|
anomaly_detection/SWaT/SWaT_Dataset_Attack_v0.xlsx
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6cc72c24425453879bac1565cae4c6f35ad585a578510ab2a27b325d1bac2e8d
|
| 3 |
+
size 116016616
|
anomaly_detection/SWaT/SWaT_Dataset_Normal_v1.xlsx
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:fb7bb0a9c10f86ad29d8f2ae4fd09284e7db70c76350f5b2afcca58d9ace6c49
|
| 3 |
+
size 130566907
|
anomaly_detection/SWaT/data.py
ADDED
|
@@ -0,0 +1,50 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
import xlrd
|
| 2 |
+
import csv
|
| 3 |
+
|
| 4 |
+
'''def xlsx_to_csv():
|
| 5 |
+
workbook = xlrd.open_workbook('SWaT_Dataset_Normal_v1.xlsx')
|
| 6 |
+
table = workbook.sheet_by_index(0)
|
| 7 |
+
with open('swat_train.csv', 'w', encoding='utf-8') as f:
|
| 8 |
+
write = csv.writer(f)
|
| 9 |
+
for row_num in range(table.nrows):
|
| 10 |
+
row_value = table.row_values(row_num)
|
| 11 |
+
write.writerow(row_value)
|
| 12 |
+
|
| 13 |
+
if __name__ == '__main__':
|
| 14 |
+
xlsx_to_csv()'''
|
| 15 |
+
'''import pandas as pd
|
| 16 |
+
import csv
|
| 17 |
+
f = open('swat_train2.csv','w',encoding='utf-8')
|
| 18 |
+
csv_writer = csv.writer(f)
|
| 19 |
+
csv_writer.writerow(['FIT101' ,'LIT101' ,' MV101', 'P101' ,'P102', ' AIT201', 'AIT202',
|
| 20 |
+
'AIT203' ,'FIT201' ,' MV201' ,' P201', ' P202', 'P203' ,' P204', 'P205', 'P206',
|
| 21 |
+
'DPIT301' ,'FIT301', 'LIT301' ,'MV301' ,'MV302', ' MV303', 'MV304' ,'P301'
|
| 22 |
+
, 'P302', 'AIT401', 'AIT402', 'FIT401', 'LIT401', 'P401', 'P402', 'P403', 'P404',
|
| 23 |
+
'UV401' ,'AIT501', 'AIT502', 'AIT503', 'AIT504', 'FIT501', 'FIT502' ,'FIT503',
|
| 24 |
+
'FIT504', 'P501', 'P502', 'PIT501', 'PIT502', 'PIT503', 'FIT601', 'P601', 'P602',
|
| 25 |
+
'P603', 'Normal/Attack'])
|
| 26 |
+
|
| 27 |
+
df = pd.read_csv('swat_train.csv')
|
| 28 |
+
df = df.values
|
| 29 |
+
for u in range(1,len(df)):
|
| 30 |
+
tem = df[u][1:]
|
| 31 |
+
tem2 = []
|
| 32 |
+
for i in range(len(tem)-1):
|
| 33 |
+
tem2.append(float(tem[i]))
|
| 34 |
+
if(tem[-1]=='Normal'):
|
| 35 |
+
tem2.append(0)
|
| 36 |
+
else:
|
| 37 |
+
tem2.append(1)
|
| 38 |
+
csv_writer.writerow(tem2)'''
|
| 39 |
+
import pandas as pd
|
| 40 |
+
df = pd.read_csv('swat_train2.csv')
|
| 41 |
+
df = df.values
|
| 42 |
+
print(df.shape)
|
| 43 |
+
ano = 0
|
| 44 |
+
for u in range(len(df)):
|
| 45 |
+
if(df[u][-1]==1):
|
| 46 |
+
ano = ano+1
|
| 47 |
+
print(ano)
|
| 48 |
+
print(ano/len(df))
|
| 49 |
+
|
| 50 |
+
|
anomaly_detection/SWaT/swat2.csv
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:23c5bacf78de7527aac031ad43acc7ac99ec49b17b645aaa2a74a4a7d60a0a80
|
| 3 |
+
size 164416771
|
anomaly_detection/SWaT/swat_raw.csv
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e44e3088f2e012edb2b79315691e1f7da0f855feb994fa28fd3e02ea65575294
|
| 3 |
+
size 133006459
|
anomaly_detection/SWaT/swat_train.csv
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:18791beeb471336ae26e2a2c58d73ef18f9cffa998304259d9b381de7e57cd05
|
| 3 |
+
size 176313757
|
anomaly_detection/SWaT/swat_train2.csv
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:cfdba4611fd7b093246309eae7b249da05decff8cde640c8283bfef8e6eaf5fb
|
| 3 |
+
size 182817723
|
classification/EthanolConcentration/EthanolConcentration_TEST.ts
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
classification/EthanolConcentration/EthanolConcentration_TRAIN.ts
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
classification/FaceDetection/FaceDetection_TEST.ts
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:070529a75e0c8c94d9c7e48a145ad441012d09dcd94e4c8da0cba537248dccd4
|
| 3 |
+
size 295402468
|
classification/FaceDetection/FaceDetection_TRAIN.ts
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:afaed1f9f315f71369c591ac8ae7981c7424eaec639ee620fd91a9b26cf19499
|
| 3 |
+
size 493652128
|
classification/Handwriting/Handwriting_TEST.ts
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
classification/Handwriting/Handwriting_TRAIN.ts
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
classification/Heartbeat/Heartbeat_TEST.ts
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0891d32cf46e52d4c38c6ce3c0d00180ebd18352d4654e209972d413169a96a9
|
| 3 |
+
size 44006251
|
classification/Heartbeat/Heartbeat_TRAIN.ts
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4c9b4e877d94e64f70b5bb8a063c7712d41b2f09290236745c9b6db08d87513a
|
| 3 |
+
size 43796926
|
classification/JapaneseVowels/JapaneseVowels_TEST.ts
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
classification/JapaneseVowels/JapaneseVowels_TRAIN.ts
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
classification/PEMS-SF/PEMS-SF_TEST.ts
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4f0306cc5943674a9b6531cff4d24e8e4c0360480ada8838bbf4015cdf26608b
|
| 3 |
+
size 165185278
|
classification/PEMS-SF/PEMS-SF_TRAIN.ts
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1f84939377b2c16ef0df6d135154bfcf684a76d86a4095b43900df75adf64f78
|
| 3 |
+
size 254935750
|
classification/SelfRegulationSCP1/SelfRegulationSCP1_TEST.ts
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
classification/SelfRegulationSCP1/SelfRegulationSCP1_TRAIN.ts
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
classification/SelfRegulationSCP2/SelfRegulationSCP2_TEST.ts
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
classification/SelfRegulationSCP2/SelfRegulationSCP2_TRAIN.ts
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
classification/SpokenArabicDigits/SpokenArabicDigits_TEST.ts
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
classification/SpokenArabicDigits/SpokenArabicDigits_TRAIN.ts
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:77c1650c5f72d418e63848cdb456ee3a27a491e95c142e9cc20855c5aa9758c4
|
| 3 |
+
size 28266699
|
classification/UWaveGestureLibrary/UWaveGestureLibrary_TEST.ts
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
classification/UWaveGestureLibrary/UWaveGestureLibrary_TRAIN.ts
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
imputation/ETT-small/ETTh1.csv
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
imputation/ETT-small/ETTh2.csv
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
imputation/ETT-small/ETTm1.csv
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
imputation/ETT-small/ETTm2.csv
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
imputation/electricity/.DS_Store
ADDED
|
Binary file (6.15 kB). View file
|
|
|