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:
@@ -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",
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user