1
0
mirror of https://github.com/microsoft/qlib.git synced 2026-06-06 05:51:17 +08:00

Fix TopkDropoutStrategy && dump_bin

This commit is contained in:
zhupr
2020-11-25 17:35:26 +08:00
parent 88b6fc4818
commit c14a99a735
3 changed files with 136 additions and 46 deletions

View File

@@ -43,6 +43,8 @@ python get_data.py qlib_data --help
### US data
> Need to download data first: [Downlaod US Data](#Downlaod-US-Data)
```python
import qlib
from qlib.config import REG_US
@@ -52,6 +54,8 @@ qlib.init(provider_uri=provider_uri, region=REG_US)
### CN data
> Need to download data first: [Download CN Data](#Download-CN-Data)
```python
import qlib
from qlib.config import REG_CN