mirror of
https://github.com/microsoft/qlib.git
synced 2026-07-11 23:06:58 +08:00
Set _artifact_uri when mlflow_run is not None. (#1367)
* Set _artifact_uri when mlflow_run is not None. * Fix black.
This commit is contained in:
@@ -279,6 +279,7 @@ class MLflowRecorder(Recorder):
|
||||
if mlflow_run.info.end_time is not None
|
||||
else None
|
||||
)
|
||||
self._artifact_uri = mlflow_run.info.artifact_uri
|
||||
self.async_log = None
|
||||
|
||||
def __repr__(self):
|
||||
|
||||
Reference in New Issue
Block a user