Datasets:

smilegeng commited on
Commit
b32face
·
verified ·
1 Parent(s): bdb3a31

chore: add bare timeseries tag, remove ineffective modality field

Browse files
Files changed (1) hide show
  1. README.md +2 -12
README.md CHANGED
@@ -1,32 +1,22 @@
1
  ---
2
  license: other
3
-
4
  task_categories:
5
-
6
  - time-series-forecasting
7
-
8
  tags:
9
-
10
  - forecasting
11
-
12
  - tsfile
13
-
14
-
15
  - format:tsfile
16
-
17
- pretty_name: FEV datasets (TsFile format)
18
- modality:
19
  - timeseries
 
20
  size_categories:
21
  - 100K<n<1M
22
  task_ids:
23
-
24
  - univariate-time-series-forecasting
25
-
26
  - multivariate-time-series-forecasting
27
  ---
28
 
29
 
 
30
  # FEV forecasting dataset collection — TsFile format
31
 
32
  This repository is a conversion of [`autogluon/fev_datasets`](https://huggingface.co/datasets/autogluon/fev_datasets) to [Apache TsFile](https://tsfile.apache.org/) format, with **49 subsets**. Each subset lives in its own directory, containing a `.tsfile` data file (large tables are automatically sharded into multiple `.tsfile` files) and a descriptive `README.md`.
 
1
  ---
2
  license: other
 
3
  task_categories:
 
4
  - time-series-forecasting
 
5
  tags:
 
6
  - forecasting
 
7
  - tsfile
 
 
8
  - format:tsfile
 
 
 
9
  - timeseries
10
+ pretty_name: FEV datasets (TsFile format)
11
  size_categories:
12
  - 100K<n<1M
13
  task_ids:
 
14
  - univariate-time-series-forecasting
 
15
  - multivariate-time-series-forecasting
16
  ---
17
 
18
 
19
+
20
  # FEV forecasting dataset collection — TsFile format
21
 
22
  This repository is a conversion of [`autogluon/fev_datasets`](https://huggingface.co/datasets/autogluon/fev_datasets) to [Apache TsFile](https://tsfile.apache.org/) format, with **49 subsets**. Each subset lives in its own directory, containing a `.tsfile` data file (large tables are automatically sharded into multiple `.tsfile` files) and a descriptive `README.md`.