1
0
mirror of https://github.com/microsoft/qlib.git synced 2026-07-05 20:11:08 +08:00

Fix recorder

This commit is contained in:
Jactus
2020-11-27 22:21:03 +08:00
parent c49aaacb9b
commit 0824e0e65c

View File

@@ -225,7 +225,7 @@ class MLflowRecorder(Recorder):
def start_run(self):
# set the tracking uri
mlflow.set_tracking_uri(self.uri)
mlflow.set_tracking_uri(self._uri)
# start the run
run = mlflow.start_run(self.id, self.experiment_id, self.name)
# save the run id and artifact_uri