[MRG + 1] squash commits together for #4507#4531
Merged
amueller merged 2 commits intoscikit-learn:masterfrom Apr 8, 2015
Merged
[MRG + 1] squash commits together for #4507#4531amueller merged 2 commits intoscikit-learn:masterfrom
amueller merged 2 commits intoscikit-learn:masterfrom
Conversation
added 2 commits
April 7, 2015 01:29
bad case: X = np.asfortranarray([[0, 0], [0, 1], [0, 1]]) labels = np.array([0, 1, 1]) km = KMeans(n_init=1, init=centers, precompute_distances=False) km.fit(X) print km.cluster_centers_ print km.labels_ print km.n_iter_
Member
|
You can push into the same PR, you don't need to create a new one. |
Member
|
👍 for merge. @ogrisel ? |
Member
|
+1 as well. We need a what's new entry in a for a new 0.16.1 section and a backport to 0.16.X once merge to master. |
amueller
added a commit
that referenced
this pull request
Apr 8, 2015
[MRG + 1] squash commits together for #4507
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.