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

Correct errors and typos in doc strings (#1338)

* add missing parameters to doc string in order_generate

* fix some typos in doc strings

* reformat base on code style standard

* Update qlib/backtest/__init__.py

* Update examples/run_all_model.py

* Update examples/run_all_model.py

Co-authored-by: you-n-g <you-n-g@users.noreply.github.com>
This commit is contained in:
qianyun210603
2022-11-07 23:37:18 +08:00
committed by GitHub
parent 2fae407b19
commit 94e420f755
4 changed files with 35 additions and 19 deletions

View File

@@ -253,7 +253,7 @@ class ModelRunner:
default "" indicates that
qlib_uri : str
the uri to install qlib with pip
it could be url on the we or local path (NOTE: the local path must be a absolute path)
it could be URI on the remote or local path (NOTE: the local path must be an absolute path)
exp_folder_name: str
the name of the experiment folder
wait_before_rm_env : bool