Skip to content

Commit 0941a5e

Browse files
committed
iter
1 parent 20ba934 commit 0941a5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

imblearn/ensemble/tests/test_weight_boosting.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ def test_rusboost(imbalanced_dataset, algorithm):
7777
assert rusboost.decision_function(X_test).shape[1] == len(classes)
7878

7979
score = rusboost.score(X_test, y_test)
80-
assert score > 0.7, "Failed with algorithm {} and score {}".format(
80+
assert score > 0.65, "Failed with algorithm {} and score {}".format(
8181
algorithm, score
8282
)
8383

0 commit comments

Comments
 (0)