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 20ba934 commit 0941a5eCopy full SHA for 0941a5e
imblearn/ensemble/tests/test_weight_boosting.py
@@ -77,7 +77,7 @@ def test_rusboost(imbalanced_dataset, algorithm):
77
assert rusboost.decision_function(X_test).shape[1] == len(classes)
78
79
score = rusboost.score(X_test, y_test)
80
- assert score > 0.7, "Failed with algorithm {} and score {}".format(
+ assert score > 0.65, "Failed with algorithm {} and score {}".format(
81
algorithm, score
82
)
83
0 commit comments