We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
While building for Debian sid amd64, not sure if relates (gets fixed by) #11901:
_______________ [doctest] sklearn.cluster.mean_shift_.MeanShift ________________ 352 Labels of each point. 353 354 Examples 355 -------- 356 >>> from sklearn.cluster import MeanShift 357 >>> import numpy as np 358 >>> X = np.array([[1, 1], [2, 1], [1, 0], 359 ... [4, 7], [3, 5], [3, 6]]) 360 >>> clustering = MeanShift(bandwidth=2).fit(X) 361 >>> clustering.labels_ Expected: array([0, 0, 0, 1, 1, 1]) Got: array([1, 1, 1, 0, 0, 0])
full buildlog: http://neuro.debian.net/_files/_buildlogs/scikit-learn/0.20~rc1/scikit-learn_0.20~rc1-1_amd64.build
The text was updated successfully, but these errors were encountered:
Sorry, something went wrong.
I'm closing this as presumed fixed by #11901
No branches or pull requests
While building for Debian sid amd64, not sure if relates (gets fixed by) #11901:
full buildlog: http://neuro.debian.net/_files/_buildlogs/scikit-learn/0.20~rc1/scikit-learn_0.20~rc1-1_amd64.build
The text was updated successfully, but these errors were encountered: