mirror of
https://github.com/microsoft/qlib.git
synced 2026-07-11 23:06:58 +08:00
Format with black
This commit is contained in:
@@ -125,10 +125,7 @@ _default_config = {
|
||||
"loggers": {"qlib": {"level": "DEBUG", "handlers": ["console"]}},
|
||||
},
|
||||
# Defatult config for experiment manager
|
||||
"exp_manager": {
|
||||
"class": "MLflowExpManager",
|
||||
"kwargs": {}
|
||||
},
|
||||
"exp_manager": {"class": "MLflowExpManager", "kwargs": {}},
|
||||
"exp_uri": None,
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user