Datasets:
License:
Update README
Browse files
README.md
CHANGED
|
@@ -21,4 +21,32 @@ $close: close price of the stock on that day.
|
|
| 21 |
$high: high price of the stock on that day.
|
| 22 |
$low: low price of the stock on that day.
|
| 23 |
$volume: volume of the stock on that day.
|
| 24 |
-
$factor: factor value of the stock on that day.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 21 |
$high: high price of the stock on that day.
|
| 22 |
$low: low price of the stock on that day.
|
| 23 |
$volume: volume of the stock on that day.
|
| 24 |
+
$factor: factor value of the stock on that day.
|
| 25 |
+
|
| 26 |
+
|
| 27 |
+
|
| 28 |
+
|
| 29 |
+
|
| 30 |
+
---
|
| 31 |
+
language:
|
| 32 |
+
- en
|
| 33 |
+
- zh
|
| 34 |
+
|
| 35 |
+
license: apache-2.0
|
| 36 |
+
task_categories:
|
| 37 |
+
|
| 38 |
+
- time-series-forecasting
|
| 39 |
+
- quantitative-finance
|
| 40 |
+
|
| 41 |
+
tags:
|
| 42 |
+
|
| 43 |
+
- finance
|
| 44 |
+
- quantitative
|
| 45 |
+
- qlib
|
| 46 |
+
- factor
|
| 47 |
+
- time-series
|
| 48 |
+
|
| 49 |
+
pretty_name: QuantaAlpha Qlib CSI300 Dataset
|
| 50 |
+
|
| 51 |
+
---
|
| 52 |
+
|