GitHub user yinxusen opened a pull request:
https://github.com/apache/spark/pull/14212
[SPARK-16558][Examples][MLlib] examples/mllib/LDAExample should use
MLVector instead of MLlib Vector
## What changes were proposed in this pull request?
mllib.LDAExample uses ML pipeline and MLlib LDA algorithm. The former
transforms original data into MLVector format, while the latter uses
MLlibVector format.
## How was this patch tested?
Test manually.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/yinxusen/spark SPARK-16558
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/spark/pull/14212.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 #14212
----
commit 596aba6c80bb2c9c5f90f6cdeb5a0c20e3590f55
Author: Xusen Yin <[email protected]>
Date: 2016-07-14T23:40:55Z
fix vector
----
---
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]