-
Notifications
You must be signed in to change notification settings - Fork 28.9k
[SPARK-6948][MLLIB] compress vectors in VectorAssembler #5985
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
|
Merged build triggered. |
|
Merged build started. |
|
Test build #32139 has started for PR 5985 at commit |
|
Test build #32139 has finished for PR 5985 at commit
|
|
Merged build finished. Test PASSed. |
|
Test PASSed. |
|
LGTM |
|
Merged into master and branch-1.4. |
The compression is based on storage. brkyvz Author: Xiangrui Meng <[email protected]> Closes #5985 from mengxr/SPARK-6948 and squashes the following commits: df56a00 [Xiangrui Meng] update python tests 6d90d45 [Xiangrui Meng] compress vectors in VectorAssembler (cherry picked from commit e43803b) Signed-off-by: Xiangrui Meng <[email protected]>
The compression is based on storage. brkyvz Author: Xiangrui Meng <[email protected]> Closes apache#5985 from mengxr/SPARK-6948 and squashes the following commits: df56a00 [Xiangrui Meng] update python tests 6d90d45 [Xiangrui Meng] compress vectors in VectorAssembler
The compression is based on storage. brkyvz Author: Xiangrui Meng <[email protected]> Closes apache#5985 from mengxr/SPARK-6948 and squashes the following commits: df56a00 [Xiangrui Meng] update python tests 6d90d45 [Xiangrui Meng] compress vectors in VectorAssembler
The compression is based on storage. brkyvz Author: Xiangrui Meng <[email protected]> Closes apache#5985 from mengxr/SPARK-6948 and squashes the following commits: df56a00 [Xiangrui Meng] update python tests 6d90d45 [Xiangrui Meng] compress vectors in VectorAssembler
The compression is based on storage. @brkyvz