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

Fix unexpected mlruns folder error

This commit is contained in:
D-X-Y
2021-03-04 06:15:24 +00:00
parent 592db903b3
commit ee7eb79277

View File

@@ -176,8 +176,6 @@ class MLflowExperiment(Experiment):
self.client = mlflow.tracking.MlflowClient(tracking_uri=self._uri)
def start(self, recorder_name=None):
# set the active experiment
mlflow.set_experiment(self.name)
logger.info(f"Experiment {self.id} starts running ...")
# set up recorder
recorder = self.create_recorder(recorder_name)