mirror of
https://github.com/microsoft/qlib.git
synced 2026-07-10 14:26:56 +08:00
Update cli.py
This commit is contained in:
@@ -44,7 +44,7 @@ def sys_config(config, config_path):
|
|||||||
# worflow handler function
|
# worflow handler function
|
||||||
def workflow(config_path, experiment_name="workflow", uri_folder="mlruns"):
|
def workflow(config_path, experiment_name="workflow", uri_folder="mlruns"):
|
||||||
with open(config_path) as fp:
|
with open(config_path) as fp:
|
||||||
config = yaml.load(fp, Loader=yaml.Loader)
|
config = yaml.load(fp, Loader=yaml.SafeLoader)
|
||||||
|
|
||||||
# config the `sys` section
|
# config the `sys` section
|
||||||
sys_config(config, config_path)
|
sys_config(config, config_path)
|
||||||
|
|||||||
Reference in New Issue
Block a user