8000
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 0496f48 commit cf56e95Copy full SHA for cf56e95
sklearn/cluster/tests/test_k_means.py
@@ -32,13 +32,6 @@
32
from sklearn.utils.extmath import row_norms
33
from sklearn.utils.fixes import CSR_CONTAINERS, threadpool_limits
34
35
-# TODO(1.4): Remove
36
-msg = (
37
- r"The default value of `n_init` will change from \d* to 'auto' in 1.4. Set the"
38
- r" value of `n_init` explicitly to suppress the warning:FutureWarning"
39
-)
40
-pytestmark = pytest.mark.filterwarnings("ignore:" + msg)
41
-
42
# non centered, sparse centers to check the
43
centers = np.array(
44
[
0 commit comments