1
0
mirror of https://github.com/microsoft/qlib.git synced 2026-07-09 14:00:55 +08:00

Fix few exp bugs

This commit is contained in:
Jactus
2020-11-05 15:28:31 +08:00
parent 8a0135d79a
commit 918a2b8a38
3 changed files with 6 additions and 5 deletions

View File

@@ -74,7 +74,7 @@ class MLflowExperiment(Experiment):
def create_recorder(self):
recorder = MLflowRecorder(self.id)
self.recorders.append(recorder)
return recorders
return recorder
def search_records(self, **kwargs):
filter_string = "" if kwargs.get("filter_string") is None else kwargs.get("filter_string")