GitHub user mengxr opened a pull request:
https://github.com/apache/spark/pull/5196
[SPARK-5885][MLLIB] Add VectorAssembler as a feature transformer
VectorAssembler merges multiple columns into a vector column. This PR
contains content from #5195.
- [ ] carry ML attributes
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/mengxr/spark SPARK-5885
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/spark/pull/5196.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #5196
----
commit 4ff16cef4fe82555191403e980cd2fd438441d3b
Author: Xiangrui Meng <[email protected]>
Date: 2015-03-25T23:19:16Z
add VectorAssembler
commit 85f3106fb422f872747c4be7b0a83cc5b2ec8930
Author: Xiangrui Meng <[email protected]>
Date: 2015-03-26T01:58:10Z
add CreateStruct
commit adb71c4a941e848cb9219c44addfc857ae072e0b
Author: Xiangrui Meng <[email protected]>
Date: 2015-03-26T01:58:47Z
Merge branch 'SPARK-6542' into SPARK-5885
commit 29fb6acbb79a80893cc86b0a3788718212343617
Author: Xiangrui Meng <[email protected]>
Date: 2015-03-26T02:24:13Z
use CreateStruct
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]