Datasets:
LeoTungAnh
commited on
Commit
•
af0ba5b
1
Parent(s):
c3d68e1
Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -1,9 +1,32 @@
|
|
1 |
---
|
2 |
license: openrail
|
3 |
-
task_categories:
|
4 |
-
- time-series-forecasting
|
5 |
size_categories:
|
6 |
- 1K<n<10K
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
7 |
---
|
8 |
**Download the Dataset**:
|
9 |
```python
|
|
|
1 |
---
|
2 |
license: openrail
|
|
|
|
|
3 |
size_categories:
|
4 |
- 1K<n<10K
|
5 |
+
task_categories:
|
6 |
+
- time-series-forecasting
|
7 |
+
dataset_info:
|
8 |
+
features:
|
9 |
+
- name: start
|
10 |
+
dtype: timestamp[us]
|
11 |
+
- name: target
|
12 |
+
sequence: float64
|
13 |
+
- name: feat_static_cat
|
14 |
+
sequence: int64
|
15 |
+
- name: feat_dynamic_real
|
16 |
+
dtype: 'null'
|
17 |
+
- name: item_id
|
18 |
+
dtype: string
|
19 |
+
splits:
|
20 |
+
- name: train
|
21 |
+
num_bytes: 77588260
|
22 |
+
num_examples: 370
|
23 |
+
download_size: 41005326
|
24 |
+
dataset_size: 77588260
|
25 |
+
configs:
|
26 |
+
- config_name: default
|
27 |
+
data_files:
|
28 |
+
- split: train
|
29 |
+
path: data/train-*
|
30 |
---
|
31 |
**Download the Dataset**:
|
32 |
```python
|