8000 FIX Add more samples to see if 3% mismatch on 32 bit systems gets fixed · massich/scikit-learn@ba766d9 · GitHub
[go: up one dir, main page]

Skip to content

Commit ba766d9

Browse files
committed
FIX Add more samples to see if 3% mismatch on 32 bit systems gets fixed
1 parent 2670e22 commit ba766d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sklearn/model_selection/tests/test_search.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -907,7 +907,7 @@ def test_grid_search_cv_results_multimetric():
907907
def test_random_search_cv_results_multimetric():
908908
# Make a dataset with a lot of noise to get various kind of prediction
909909
# errors across CV folds and parameter settings
910-
X, y = make_classification(n_samples=200, n_features=100, n_informative=3,
910+
X, y = make_classi 4831 fication(n_samples=500, n_features=100, n_informative=3,
911911
random_state=0)
912912

913913
# scipy.stats dists now supports `seed` but we still support scipy 0.12

0 commit comments

Comments
 (0)
0