We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba65ee3 commit 3364ea4Copy full SHA for 3364ea4
Orange/widgets/model/owgradientboosting.py
@@ -125,7 +125,7 @@ def _add_main_layout(self):
125
self._set_lambda_label()
126
127
def _set_lambda_label(self):
128
- self.lambda_label.setText("Lambda: {}".format(self.lambda_))
+ self.lambda_label.setText(f"Lambda: {self.lambda_}")
129
130
def get_arguments(self) -> Dict:
131
params = super().get_arguments()
0 commit comments