mirror of
https://github.com/microsoft/qlib.git
synced 2026-07-02 10:31:00 +08:00
add test and mod doc
This commit is contained in:
@@ -65,7 +65,7 @@ After conversion, users can find their Qlib format data in the directory `~/.qli
|
||||
|
||||
.. note::
|
||||
|
||||
The arguments of `--include_fields` should correspond with the columns names of CSV files. The columns names of dataset provided by ``Qlib`` includes open,close,high,low,volume,factor.
|
||||
The arguments of `--include_fields` should correspond with the columns names of CSV files. The columns names of dataset provided by ``Qlib`` should include open, close, high, low, volume and factor at least.
|
||||
|
||||
- `open`
|
||||
The opening price
|
||||
@@ -80,6 +80,7 @@ After conversion, users can find their Qlib format data in the directory `~/.qli
|
||||
- `factor`
|
||||
The Restoration factor
|
||||
|
||||
In the convention of `Qlib` data processing, `open, close, high, low, volume, money and factor` will be set to NaN if the stock is suspended.
|
||||
|
||||
China-Stock Mode & US-Stock Mode
|
||||
--------------------------------
|
||||
|
||||
Reference in New Issue
Block a user