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

Update FAQ

This commit is contained in:
zhupr
2020-09-28 17:29:56 +08:00
committed by you-n-g
parent 8d76a99ee0
commit e22e98ddc9
2 changed files with 7 additions and 2 deletions

View File

@@ -63,4 +63,9 @@ It sees the key of the redis lock has existed in your redis db now. You can use
> flushdb
Also, feel free to post a new issue in our GitHub repository. We always look at each case individually and try to find a root cause.
.. note::
``qlib.config.redis_task_db`` defaults is ``1``, users can use ``qlib.init(redis_task_db=<other_db>)`` settings.
Also, feel free to post a new issue in our GitHub repository. We always check each issue carefully and try our best to solve them.

View File

@@ -207,7 +207,7 @@ Example
Know more about how to run ``Data Handler`` with ``Estimator``, please refer to `Estimator: Workflow Management <estimator.html>`_
Qlib provides implemented data handler `Alpha158`. The following example shows how to run `QLibDataHandlerV1` as a single module.
Qlib provides implemented data handler `Alpha158`. The following example shows how to run `Alpha158` as a single module.
.. note:: Users need to initialize ``Qlib`` with `qlib.init` first, please refer to `initialization <../start/initialization.html>`_.