1
0
mirror of https://github.com/microsoft/qlib.git synced 2026-07-02 02:21:18 +08:00

fix readme

This commit is contained in:
bxdd
2021-03-30 00:54:00 +08:00
parent 136830bc2b
commit f8da79b802

View File

@@ -9,7 +9,7 @@ When rolling train the models, data also needs to be generated in the different
In order to avoid regenerating data, this example uses the `DataHandler-based DataLoader` to load the raw features that are not related to the rolling window, and then used Processors to generate processed-features related to the sliding window.
### Run the Code
## Run the Code
Run the example by running the following command:
```bash