-
Notifications
You must be signed in to change notification settings - Fork 29k
[SPARK-14906][ML] Copy linalg in PySpark to new ML package #13099
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 #58569 has finished for PR 13099 at commit
|
|
I will fix the style when I come back to laptop. |
|
Test build #58572 has finished for PR 13099 at commit
|
|
retest this please. |
|
Test build #58573 has finished for PR 13099 at commit
|
|
ping @mengxr |
|
I'm making a pass now. |
Some updates to apache#13099
|
retest this please. |
|
Test build #58671 has finished for PR 13099 at commit
|
|
LGTM. Merged into master and branch-2.0. Thanks! |
## What changes were proposed in this pull request? Copy the linalg (Vector/Matrix and VectorUDT/MatrixUDT) in PySpark to new ML package. ## How was this patch tested? Existing tests. Author: Xiangrui Meng <[email protected]> Author: Liang-Chi Hsieh <[email protected]> Author: Liang-Chi Hsieh <[email protected]> Closes #13099 from viirya/move-pyspark-vector-matrix-udt4. (cherry picked from commit 8ad9f08) Signed-off-by: Xiangrui Meng <[email protected]>
|
Test build #58670 has finished for PR 13099 at commit
|
What changes were proposed in this pull request?
Copy the linalg (Vector/Matrix and VectorUDT/MatrixUDT) in PySpark to new ML package.
How was this patch tested?
Existing tests.