diff --git a/Orange/widgets/model/owadaboost.py b/Orange/widgets/model/owadaboost.py index fa3f3b72ac5..50ecc0f9c9b 100644 --- a/Orange/widgets/model/owadaboost.py +++ b/Orange/widgets/model/owadaboost.py @@ -52,7 +52,7 @@ def add_main_layout(self): box, self, "Base estimator: " + self.base_estimator.name.title()) self.n_estimators_spin = gui.spin( - box, self, "n_estimators", 1, 100, label="Number of estimators:", + box, self, "n_estimators", 1, 10000, label="Number of estimators:", alignment=Qt.AlignRight, controlWidth=80, callback=self.settings_changed) self.learning_rate_spin = gui.doubleSpin(