Datasets:
Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -1,9 +1,10 @@
|
|
|
|
|
| 1 |
---
|
| 2 |
language:
|
| 3 |
- en
|
| 4 |
license: other
|
| 5 |
task_categories:
|
| 6 |
-
- tabular-regression
|
| 7 |
features:
|
| 8 |
- name: symbol
|
| 9 |
dtype: string
|
|
@@ -21,38 +22,7 @@ features:
|
|
| 21 |
dtype: int64
|
| 22 |
- name: adj_close
|
| 23 |
dtype: float64
|
| 24 |
-
extra_gated_prompt: To get access to this dataset, you must subscribe to Papers With
|
| 25 |
-
Backtest. To subscribe, go to https://paperswithbacktest.com/ > Login > Choose Your
|
| 26 |
-
Plan > Subscribe.
|
| 27 |
-
configs:
|
| 28 |
-
- config_name: default
|
| 29 |
-
data_files:
|
| 30 |
-
- split: train
|
| 31 |
-
path: data/train-*
|
| 32 |
-
dataset_info:
|
| 33 |
-
features:
|
| 34 |
-
- name: symbol
|
| 35 |
-
dtype: string
|
| 36 |
-
- name: date
|
| 37 |
-
dtype: string
|
| 38 |
-
- name: open
|
| 39 |
-
dtype: float64
|
| 40 |
-
- name: high
|
| 41 |
-
dtype: float64
|
| 42 |
-
- name: low
|
| 43 |
-
dtype: float64
|
| 44 |
-
- name: close
|
| 45 |
-
dtype: float64
|
| 46 |
-
- name: volume
|
| 47 |
-
dtype: int64
|
| 48 |
-
- name: adj_close
|
| 49 |
-
dtype: float64
|
| 50 |
-
splits:
|
| 51 |
-
- name: train
|
| 52 |
-
num_bytes: 1761102741
|
| 53 |
-
num_examples: 25109860
|
| 54 |
-
download_size: 509413262
|
| 55 |
-
dataset_size: 1761102741
|
| 56 |
---
|
| 57 |
# Dataset Information
|
| 58 |
|
|
|
|
| 1 |
+
|
| 2 |
---
|
| 3 |
language:
|
| 4 |
- en
|
| 5 |
license: other
|
| 6 |
task_categories:
|
| 7 |
+
- tabular-regression
|
| 8 |
features:
|
| 9 |
- name: symbol
|
| 10 |
dtype: string
|
|
|
|
| 22 |
dtype: int64
|
| 23 |
- name: adj_close
|
| 24 |
dtype: float64
|
| 25 |
+
extra_gated_prompt: "To get access to this dataset, you must subscribe to Papers With Backtest. To subscribe, go to https://paperswithbacktest.com/ > Login > Choose Your Plan > Subscribe."
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 26 |
---
|
| 27 |
# Dataset Information
|
| 28 |
|