Datasets:
Add TsFile (converted from thuml/Time-Series-Library)
Browse files- .gitattributes +2 -0
- README.md +59 -0
- SelfRegulationSCP2_test.tsfile +3 -0
- SelfRegulationSCP2_train.tsfile +3 -0
.gitattributes
CHANGED
|
@@ -58,3 +58,5 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
| 58 |
# Video files - compressed
|
| 59 |
*.mp4 filter=lfs diff=lfs merge=lfs -text
|
| 60 |
*.webm filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
|
| 58 |
# Video files - compressed
|
| 59 |
*.mp4 filter=lfs diff=lfs merge=lfs -text
|
| 60 |
*.webm filter=lfs diff=lfs merge=lfs -text
|
| 61 |
+
SelfRegulationSCP2_test.tsfile filter=lfs diff=lfs merge=lfs -text
|
| 62 |
+
SelfRegulationSCP2_train.tsfile filter=lfs diff=lfs merge=lfs -text
|
README.md
ADDED
|
@@ -0,0 +1,59 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: cc-by-4.0
|
| 3 |
+
task_categories:
|
| 4 |
+
- time-series-classification
|
| 5 |
+
tags:
|
| 6 |
+
- tsfile
|
| 7 |
+
- timeseries
|
| 8 |
+
- time-series
|
| 9 |
+
- classification
|
| 10 |
+
pretty_name: SelfRegulationSCP2 (TsFile)
|
| 11 |
+
size_categories:
|
| 12 |
+
- 10K<n<100K
|
| 13 |
+
configs:
|
| 14 |
+
- config_name: default
|
| 15 |
+
data_files:
|
| 16 |
+
- split: train
|
| 17 |
+
path: SelfRegulationSCP2_train.tsfile
|
| 18 |
+
- split: test
|
| 19 |
+
path: SelfRegulationSCP2_test.tsfile
|
| 20 |
+
---
|
| 21 |
+
|
| 22 |
+
# SelfRegulationSCP2 (TsFile)
|
| 23 |
+
|
| 24 |
+
Apache TsFile version of the `SelfRegulationSCP2` UEA classification subset of
|
| 25 |
+
[`thuml/Time-Series-Library`](https://huggingface.co/datasets/thuml/Time-Series-Library).
|
| 26 |
+
|
| 27 |
+
## Overview
|
| 28 |
+
|
| 29 |
+
EEG slow cortical potentials (ALS patient); classify cursor up vs down.
|
| 30 |
+
|
| 31 |
+
- **Train samples:** 200 • **Test samples:** 180.
|
| 32 |
+
- **Dimensions (channels):** 7 • **Series length:** 1152.
|
| 33 |
+
- **Classes:** 2.
|
| 34 |
+
|
| 35 |
+
Each sample is an independent multivariate series. TRAIN and TEST are stored as
|
| 36 |
+
two separate TsFiles (`SelfRegulationSCP2_train.tsfile` / `SelfRegulationSCP2_test.tsfile`).
|
| 37 |
+
|
| 38 |
+
## Schema (TsFile structure)
|
| 39 |
+
|
| 40 |
+
- **sample_index** (TAG) — one device per sample. Query one sample with
|
| 41 |
+
`WHERE sample_index=0`.
|
| 42 |
+
- **Time** (INT64) — within-sample position (0..1151); a frame index, not a
|
| 43 |
+
wall-clock timestamp (the sktime `.ts` source has none).
|
| 44 |
+
- **dim_0 … dim_6** (FIELD, FLOAT) — the 7 channels at each position.
|
| 45 |
+
- **class_label** (FIELD, STRING) — the sample's class, repeated on every row.
|
| 46 |
+
|
| 47 |
+
Converted from the sktime `.ts` format. Nothing is dropped: every dimension,
|
| 48 |
+
time point, and label is preserved.
|
| 49 |
+
|
| 50 |
+
## Usage
|
| 51 |
+
|
| 52 |
+
Read the `.tsfile` files with the Apache TsFile Java or Python SDK.
|
| 53 |
+
|
| 54 |
+
## Source & license
|
| 55 |
+
|
| 56 |
+
- Original dataset: https://huggingface.co/datasets/thuml/Time-Series-Library (subset `SelfRegulationSCP2`)
|
| 57 |
+
- Author / publisher: thuml (Tsinghua University)
|
| 58 |
+
- Paper: https://arxiv.org/abs/2407.13278
|
| 59 |
+
- License: CC BY 4.0
|
SelfRegulationSCP2_test.tsfile
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4c8df7f092c96dbd4d51e618dec59defbeeadd6af2d554ec5b8501f5ec0a216f
|
| 3 |
+
size 5885320
|
SelfRegulationSCP2_train.tsfile
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c889a24353290c03bf4a5cdd616c9799e27bea559cb88406b71e569cf2e5fd52
|
| 3 |
+
size 6407710
|