[SPARK-6948][MLLIB] compress vectors in VectorAssembler#5985
Closed
mengxr wants to merge 2 commits intoapache:masterfrom
Closed
[SPARK-6948][MLLIB] compress vectors in VectorAssembler#5985mengxr wants to merge 2 commits intoapache:masterfrom
mengxr wants to merge 2 commits intoapache:masterfrom
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. |
Contributor
|
LGTM |
Contributor
Author
|
Merged into master and branch-1.4. |
asfgit
pushed a commit
that referenced
this pull request
May 7, 2015
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]>
jeanlyn
pushed a commit
to jeanlyn/spark
that referenced
this pull request
May 28, 2015
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
jeanlyn
pushed a commit
to jeanlyn/spark
that referenced
this pull request
Jun 12, 2015
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
nemccarthy
pushed a commit
to nemccarthy/spark
that referenced
this pull request
Jun 19, 2015
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
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.
The compression is based on storage. @brkyvz