1
0
mirror of https://github.com/microsoft/qlib.git synced 2026-07-07 04:50:56 +08:00

make dnn model compatible with CPU & update docs for init param

This commit is contained in:
bxdd
2020-10-04 08:00:53 +00:00
committed by you-n-g
parent cbc9111082
commit 992983ff4c
5 changed files with 54 additions and 27 deletions

View File

@@ -44,7 +44,7 @@ Besides `provider_uri` and `region`, `qlib.init` has other parameters. The follo
- ``qlib.config.REG_US``: US stock market.
- ``qlib.config.REG_CN``: China stock market.
Different modse will result in different trading limitations and costs.
Different modes will result in different trading limitations and costs.
- `redis_host`
Type: str, optional parameter(default: "127.0.0.1"), host of `redis`
The lock and cache mechanism relies on redis.