We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b348907 commit b4a088eCopy full SHA for b4a088e
qlib/workflow/cli.py
@@ -44,7 +44,7 @@ def sys_config(config, config_path):
44
# worflow handler function
45
def workflow(config_path, experiment_name="workflow", uri_folder="mlruns"):
46
with open(config_path) as fp:
47
- config = yaml.load(fp, Loader=yaml.Loader)
+ config = yaml.load(fp, Loader=yaml.SafeLoader)
48
49
# config the `sys` section
50
sys_config(config, config_path)
0 commit comments