-
Notifications
You must be signed in to change notification settings - Fork 29k
[SPARK-4422][MLLIB]In some cases, Vectors.fromBreeze get wrong results. #3281
New issue
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
Conversation
|
Test build #23415 has started for PR 3281 at commit
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This should be in the same group as org.scalatest.FunSuite because both are 3rd-party imports.
|
Thanks! LGTM except the imports should be organized. |
|
Test build #23417 has started for PR 3281 at commit
|
|
Test build #23419 has started for PR 3281 at commit
|
|
Test build #23415 has finished for PR 3281 at commit
|
|
Test PASSed. |
|
Test build #23417 has finished for PR 3281 at commit
|
|
Test PASSed. |
|
Test build #23419 has finished for PR 3281 at commit
|
|
Test PASSed. |
|
Merged into master and branch-1.2. Thanks! |
cc mengxr Author: GuoQiang Li <witgo@qq.com> Closes #3281 from witgo/SPARK-4422 and squashes the following commits: 5f1fa5e [GuoQiang Li] import order 50783bd [GuoQiang Li] review commits 7a10123 [GuoQiang Li] In some cases, Vectors.fromBreeze get wrong results. (cherry picked from commit 5168c6c) Signed-off-by: Xiangrui Meng <meng@databricks.com>
cc @mengxr