Datasets:
foxy-steve
commited on
Commit
·
d47a925
1
Parent(s):
bb992cb
Upload README.md with huggingface_hub
Browse files
README.md
ADDED
@@ -0,0 +1,24 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
dataset_info:
|
3 |
+
features:
|
4 |
+
- name: start
|
5 |
+
dtype: timestamp[s]
|
6 |
+
- name: feat_static_cat
|
7 |
+
dtype: uint64
|
8 |
+
- name: to_predict
|
9 |
+
dtype: float32
|
10 |
+
- name: timeseries
|
11 |
+
sequence:
|
12 |
+
sequence: float32
|
13 |
+
- name: item_id
|
14 |
+
dtype: string
|
15 |
+
splits:
|
16 |
+
- name: train
|
17 |
+
num_bytes: 1325820
|
18 |
+
num_examples: 95
|
19 |
+
download_size: 686384
|
20 |
+
dataset_size: 1325820
|
21 |
+
---
|
22 |
+
# Dataset Card for "tser-appliances-energy"
|
23 |
+
|
24 |
+
[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|