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

fix mlflow uri

This commit is contained in:
Dong Zhou
2020-11-19 09:09:56 +08:00
parent e6a902c659
commit dfc9351096

View File

@@ -130,7 +130,7 @@ _default_config = {
"class": "MLflowExpManager",
"module_path": "qlib.workflow.expm",
"kwargs": {
"uri": str(Path(os.getcwd()).resolve() / "mlruns"),
"uri": 'file:' + str(Path(os.getcwd()).resolve() / "mlruns"),
"default_exp_name": "Experiment",
},
},