THUgewu's picture
chore: normalize tsfile dataset metadata
48963df verified
|
Raw
History Blame Contribute Delete
1.99 kB
---
license: cc-by-4.0
task_categories:
- time-series-forecasting
tags:
- classification
- forecasting
- anomaly-detection
- TSLib
- tsfile
- modality:timeseries
pretty_name: EthanolConcentration (TsFile)
size_categories:
- 1M<n<10M
configs:
- config_name: default
data_files:
- split: train
path: EthanolConcentration_train.tsfile
- split: test
path: EthanolConcentration_test.tsfile
modality:
- timeseries
language:
- en
---
# EthanolConcentration (TsFile)
Apache TsFile version of the `EthanolConcentration` UEA classification subset of
[`thuml/Time-Series-Library`](https://huggingface.co/datasets/thuml/Time-Series-Library).
## Overview
Raman spectra of 44 bottles of water-and-ethanol mixtures; classify ethanol concentration.
- **Train samples:** 261 • **Test samples:** 263.
- **Dimensions (channels):** 3 • **Series length:** 1751.
- **Classes:** 4.
Each sample is an independent multivariate series. TRAIN and TEST are stored as
two separate TsFiles (`EthanolConcentration_train.tsfile` / `EthanolConcentration_test.tsfile`).
## Schema (TsFile structure)
- **sample_index** (TAG) — one device per sample. Query one sample with
`WHERE sample_index=0`.
- **Time** (INT64) — within-sample position (0..1750); a frame index, not a
wall-clock timestamp (the sktime `.ts` source has none).
- **dim_0 … dim_2** (FIELD, FLOAT) — the 3 channels at each position.
- **class_label** (FIELD, STRING) — the sample's class, repeated on every row.
Converted from the sktime `.ts` format. Nothing is dropped: every dimension,
time point, and label is preserved.
## Usage
Read the `.tsfile` files with the Apache TsFile Java or Python SDK.
## Source & license
- Original dataset: https://huggingface.co/datasets/thuml/Time-Series-Library (subset `EthanolConcentration`)
- Author / publisher: thuml (Tsinghua University)
- Paper: https://arxiv.org/abs/2407.13278
- License: CC BY 4.0