mirror of
https://github.com/microsoft/qlib.git
synced 2026-07-16 17:12:20 +08:00
Fix arg error
This commit is contained in:
@@ -294,7 +294,7 @@ class MLflowExpManager(ExpManager):
|
|||||||
experiment_name: Optional[Text] = None,
|
experiment_name: Optional[Text] = None,
|
||||||
recorder_name: Optional[Text] = None,
|
recorder_name: Optional[Text] = None,
|
||||||
uri: Optional[Text] = None,
|
uri: Optional[Text] = None,
|
||||||
resume: bool,
|
resume: bool = False,
|
||||||
):
|
):
|
||||||
# Set the tracking uri
|
# Set the tracking uri
|
||||||
self.set_uri(uri)
|
self.set_uri(uri)
|
||||||
|
|||||||
Reference in New Issue
Block a user