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

Fix formatting in docstring for workflow function (#2055)

This commit is contained in:
Guan Hua
2025-11-17 20:42:31 +08:00
committed by GitHub
parent 2b41782f0c
commit 0826879481

View File

@@ -87,7 +87,7 @@ def workflow(config_path, experiment_name="workflow", uri_folder="mlruns"):
"""
This is a Qlib CLI entrance.
User can run the whole Quant research workflow defined by a configure file
- the code is located here ``qlib/cli/run.py`
- the code is located here ``qlib/cli/run.py``
User can specify a base_config file in your workflow.yml file by adding "BASE_CONFIG_PATH".
Qlib will load the configuration in BASE_CONFIG_PATH first, and the user only needs to update the custom fields