We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 52fe914 commit f9332d5Copy full SHA for f9332d5
sklearn/tests/test_kernel_ridge.py
@@ -10,7 +10,7 @@
10
from sklearn.utils.testing import assert_array_almost_equal
11
12
13
-X, y = make_regression(n_features=10)
+X, y = make_regression(n_features=10, random_state=0)
14
Xcsr = sp.csr_matrix(X)
15
Xcsc = sp.csc_matrix(X)
16
Y = np.array([y, y]).T
0 commit comments