mirror of
https://github.com/microsoft/qlib.git
synced 2026-07-16 17:12:20 +08:00
Fix recorder
This commit is contained in:
@@ -225,7 +225,7 @@ class MLflowRecorder(Recorder):
|
|||||||
|
|
||||||
def start_run(self):
|
def start_run(self):
|
||||||
# set the tracking uri
|
# set the tracking uri
|
||||||
mlflow.set_tracking_uri(self.uri)
|
mlflow.set_tracking_uri(self._uri)
|
||||||
# start the run
|
# start the run
|
||||||
run = mlflow.start_run(self.id, self.experiment_id, self.name)
|
run = mlflow.start_run(self.id, self.experiment_id, self.name)
|
||||||
# save the run id and artifact_uri
|
# save the run id and artifact_uri
|
||||||
|
|||||||
Reference in New Issue
Block a user