mirror of
https://github.com/microsoft/qlib.git
synced 2026-07-15 00:36:55 +08:00
fix mlflow uri
This commit is contained in:
@@ -130,7 +130,7 @@ _default_config = {
|
|||||||
"class": "MLflowExpManager",
|
"class": "MLflowExpManager",
|
||||||
"module_path": "qlib.workflow.expm",
|
"module_path": "qlib.workflow.expm",
|
||||||
"kwargs": {
|
"kwargs": {
|
||||||
"uri": str(Path(os.getcwd()).resolve() / "mlruns"),
|
"uri": 'file:' + str(Path(os.getcwd()).resolve() / "mlruns"),
|
||||||
"default_exp_name": "Experiment",
|
"default_exp_name": "Experiment",
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user