mirror of
https://github.com/microsoft/qlib.git
synced 2026-07-12 15:26:54 +08:00
Add RecordTemp & update
This commit is contained in:
@@ -126,7 +126,7 @@ _default_config = {
|
||||
},
|
||||
# Defatult config for experiment manager
|
||||
"exp_manager": {"class": "MLflowExpManager", "kwargs": {}},
|
||||
"exp_uri": None,
|
||||
"exp_uri": str(Path(os.getcwd()).resolve() / "mlruns"),
|
||||
}
|
||||
|
||||
MODE_CONF = {
|
||||
|
||||
Reference in New Issue
Block a user