Skip to content

Commit 378dd9f

Browse files
committed
iter
1 parent 322da30 commit 378dd9f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

imblearn/over_sampling/_smote/tests/test_kmeans_smote.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,8 +98,8 @@ def test_sample_kmeans_not_enough_clusters():
9898
smote.fit_resample(X, y)
9999

100100

101-
@pytest.mark.parametrize("density_exponent", ["auto", 2])
102-
@pytest.mark.parametrize("cluster_balance_threshold", ["auto", 0.5])
101+
@pytest.mark.parametrize("density_exponent", ["auto", 18])
102+
@pytest.mark.parametrize("cluster_balance_threshold", ["auto", 0.2])
103103
def test_sample_kmeans_density_estimation(density_exponent, cluster_balance_threshold):
104104
X, y = make_classification(
105105
n_samples=10_000, n_classes=2, weights=[0.1, 0.9], random_state=42

0 commit comments

Comments
 (0)