1
0
mirror of https://github.com/microsoft/qlib.git synced 2026-07-05 12:00:58 +08:00

Fix arg error

This commit is contained in:
Jactus
2021-03-16 17:18:48 +08:00
parent 447fed8e54
commit 34f0be2836

View File

@@ -294,7 +294,7 @@ class MLflowExpManager(ExpManager):
experiment_name: Optional[Text] = None,
recorder_name: Optional[Text] = None,
uri: Optional[Text] = None,
resume: bool,
resume: bool = False,
):
# Set the tracking uri
self.set_uri(uri)