mirror of
https://github.com/microsoft/qlib.git
synced 2026-07-13 07:46:53 +08:00
fix readme
This commit is contained in:
@@ -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.
|
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:
|
Run the example by running the following command:
|
||||||
```bash
|
```bash
|
||||||
|
|||||||
Reference in New Issue
Block a user