mirror of
https://github.com/microsoft/qlib.git
synced 2026-07-10 06:20:57 +08:00
Update Exp related codes
This commit is contained in:
@@ -124,6 +124,12 @@ _default_config = {
|
||||
},
|
||||
"loggers": {"qlib": {"level": "DEBUG", "handlers": ["console"]}},
|
||||
},
|
||||
# Defatult config for experiment manager
|
||||
"exp_manager": {
|
||||
"class": "MLflowExpManager",
|
||||
"kwargs": {}
|
||||
},
|
||||
"exp_uri": None,
|
||||
}
|
||||
|
||||
MODE_CONF = {
|
||||
|
||||
Reference in New Issue
Block a user