1
0
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:
Jactus
2020-11-02 11:05:40 +08:00
parent da9d1c8ac6
commit 5f9c8be33d
11 changed files with 263 additions and 81 deletions

View File

@@ -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 = {