We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 96b3793 commit bc98f58Copy full SHA for bc98f58
sklearn/linear_model/tests/test_sgd.py
@@ -319,7 +319,7 @@ def test_validation_set_not_used_for_training(self):
319
320
assert_array_equal(clf1.coef_, clf2.coef_)
321
322
- @ignore_warnings(ConvergenceWarning)
+ @ignore_warnings(category=ConvergenceWarning)
323
def test_n_iter_no_change(self):
324
# test that n_iter_ increases monotonically with n_iter_no_change
325
for early_stopping in [True, False]:
0 commit comments