1
0
mirror of https://github.com/microsoft/qlib.git synced 2026-06-30 17:41:18 +08:00
This commit is contained in:
Jactus
2021-03-15 13:55:57 +08:00
parent 734bb9ee3c
commit 83fb482f1e

View File

@@ -181,7 +181,7 @@ class MLflowExperiment(Experiment):
def start(self, recorder_name=None):
logger.info(f"Experiment {self.id} starts running ...")
# Get or create recorder
recorder = self._get_or_create_rec(recorder_name=recorder_name)
recorder, _ = self._get_or_create_rec(recorder_name=recorder_name)
# Set up active recorder
self.active_recorder = recorder
# Start the recorder