Datasets:
Tasks:
Time Series Forecasting
Sub-tasks:
univariate-time-series-forecasting
Size:
1K<n<10K
License:
add dataset_info in dataset metadata
Browse files
README.md
CHANGED
|
@@ -18,6 +18,51 @@ task_categories:
|
|
| 18 |
- time-series-forecasting
|
| 19 |
task_ids:
|
| 20 |
- univariate-time-series-forecasting
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 21 |
---
|
| 22 |
|
| 23 |
# Dataset Card for Electricity Load Diagrams
|
|
@@ -209,4 +254,4 @@ This dataset covers the electricity load of 370 sub-stations in Portugal from th
|
|
| 209 |
|
| 210 |
### Contributions
|
| 211 |
|
| 212 |
-
Thanks to [@kashif](https://github.com/kashif) for adding this dataset.
|
|
|
|
| 18 |
- time-series-forecasting
|
| 19 |
task_ids:
|
| 20 |
- univariate-time-series-forecasting
|
| 21 |
+
dataset_info:
|
| 22 |
+
- config_name: uci
|
| 23 |
+
features:
|
| 24 |
+
- name: start
|
| 25 |
+
dtype: timestamp[s]
|
| 26 |
+
- name: target
|
| 27 |
+
sequence: float32
|
| 28 |
+
- name: feat_static_cat
|
| 29 |
+
sequence: uint64
|
| 30 |
+
- name: item_id
|
| 31 |
+
dtype: string
|
| 32 |
+
splits:
|
| 33 |
+
- name: test
|
| 34 |
+
num_bytes: 302059069
|
| 35 |
+
num_examples: 2590
|
| 36 |
+
- name: train
|
| 37 |
+
num_bytes: 42968147
|
| 38 |
+
num_examples: 370
|
| 39 |
+
- name: validation
|
| 40 |
+
num_bytes: 43004777
|
| 41 |
+
num_examples: 370
|
| 42 |
+
download_size: 261335609
|
| 43 |
+
dataset_size: 388031993
|
| 44 |
+
- config_name: lstnet
|
| 45 |
+
features:
|
| 46 |
+
- name: start
|
| 47 |
+
dtype: timestamp[s]
|
| 48 |
+
- name: target
|
| 49 |
+
sequence: float32
|
| 50 |
+
- name: feat_static_cat
|
| 51 |
+
sequence: uint64
|
| 52 |
+
- name: item_id
|
| 53 |
+
dtype: string
|
| 54 |
+
splits:
|
| 55 |
+
- name: test
|
| 56 |
+
num_bytes: 195401080
|
| 57 |
+
num_examples: 2240
|
| 58 |
+
- name: train
|
| 59 |
+
num_bytes: 20843200
|
| 60 |
+
num_examples: 320
|
| 61 |
+
- name: validation
|
| 62 |
+
num_bytes: 27787720
|
| 63 |
+
num_examples: 320
|
| 64 |
+
download_size: 261335609
|
| 65 |
+
dataset_size: 244032000
|
| 66 |
---
|
| 67 |
|
| 68 |
# Dataset Card for Electricity Load Diagrams
|
|
|
|
| 254 |
|
| 255 |
### Contributions
|
| 256 |
|
| 257 |
+
Thanks to [@kashif](https://github.com/kashif) for adding this dataset.
|