mirror of
https://github.com/microsoft/qlib.git
synced 2026-07-10 06:20:57 +08:00
Update R related codes
This commit is contained in:
@@ -126,8 +126,14 @@ _default_config = {
|
||||
"loggers": {"qlib": {"level": "DEBUG", "handlers": ["console"]}},
|
||||
},
|
||||
# Defatult config for experiment manager
|
||||
"exp_manager": {"class": "MLflowExpManager", "kwargs": {}},
|
||||
"exp_uri": str(Path(os.getcwd()).resolve() / "mlruns"),
|
||||
"exp_manager": {
|
||||
"class": "MLflowExpManager",
|
||||
"module_path": "qlib.workflow.expm",
|
||||
"kwargs": {
|
||||
"uri": str(Path(os.getcwd()).resolve() / "mlruns"),
|
||||
"default_exp_name": "Experiment",
|
||||
},
|
||||
},
|
||||
}
|
||||
|
||||
MODE_CONF = {
|
||||
|
||||
Reference in New Issue
Block a user