mirror of
https://github.com/microsoft/qlib.git
synced 2026-07-11 23:06:58 +08:00
Update repr for Experiment & Recorder
This commit is contained in:
@@ -14,7 +14,7 @@ from ..log import get_module_logger
|
||||
logger = get_module_logger("workflow", "INFO")
|
||||
|
||||
|
||||
class ExpManager:
|
||||
class ExpManager(object):
|
||||
"""
|
||||
This is the `ExpManager` class for managing experiments. The API is designed similar to mlflow.
|
||||
(The link: https://mlflow.org/docs/latest/python_api/mlflow.html)
|
||||
|
||||
Reference in New Issue
Block a user