Skip to content

Commit

Permalink
Update initialization.rst
Browse files Browse the repository at this point in the history
need line changing
  • Loading branch information
GoooIce authored and you-n-g committed Jan 13, 2021
1 parent 64cf2e2 commit 86e7c44
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/start/initialization.rst
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ Besides `provider_uri` and `region`, `qlib.init` has other parameters. The follo
If Qlib fails to connect redis via `redis_host` and `redis_port`, cache mechanism will not be used! Please refer to `Cache <../component/data.html#cache>`_ for details.
- `exp_manager`
Type: dict, optional parameter, the setting of `experiment manager` to be used in qlib. Users can specify an experiment manager class, as well as the tracking URI for all the experiments. However, please be aware that we only support input of a dictionary in the following style for `exp_manager`. For more information about `exp_manager`, users can refer to `Recorder: Experiment Management <../component/recorder.html>`_.

.. code-block:: Python
# For example, if you want to set your tracking_uri to a <specific folder>, you can initialize qlib below
Expand Down

0 comments on commit 86e7c44

Please sign in to comment.