mirror of
https://github.com/microsoft/qlib.git
synced 2026-07-05 20:11:08 +08:00
Fix recorder
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user