diff --git a/qlib/workflow/expm.py b/qlib/workflow/expm.py index 7f4f8462c..6bff9fc53 100644 --- a/qlib/workflow/expm.py +++ b/qlib/workflow/expm.py @@ -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)