DrDominikDellermann
commited on
Commit
•
44f0e43
1
Parent(s):
94c3a53
Upload README.md with huggingface_hub
Browse files
README.md
ADDED
@@ -0,0 +1,21 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
dataset_info:
|
3 |
+
features:
|
4 |
+
- name: date
|
5 |
+
dtype: string
|
6 |
+
- name: target
|
7 |
+
dtype: float64
|
8 |
+
- name: context_id
|
9 |
+
dtype: string
|
10 |
+
- name: __index_level_0__
|
11 |
+
dtype: int64
|
12 |
+
splits:
|
13 |
+
- name: train
|
14 |
+
num_bytes: 7062169934
|
15 |
+
num_examples: 23861250
|
16 |
+
download_size: 274006418
|
17 |
+
dataset_size: 7062169934
|
18 |
+
---
|
19 |
+
# Dataset Card for "ForecastingDataStockDaily"
|
20 |
+
|
21 |
+
[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|