GitHub user GeorgeDittmar opened a pull request:

    https://github.com/apache/spark/pull/7670

    [Spark-7423][MLLIB] Modify ClassificationModel and Probabalistic model to 
use Vector.argmax

    Use Vector.argmax call instead of converting to dense vector before 
calculating predictions.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/GeorgeDittmar/spark sprk-7423

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/spark/pull/7670.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 #7670
    
----
commit e796747f3b1d0daca1b3ff64a4b50b6a9fd8fded
Author: George Dittmar <[email protected]>
Date:   2015-07-26T06:01:18Z

    Changing ClassificationModel and ProbabilisticClassificationModel to use 
Vector.argmax instead of converting to DenseVector

----


---
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]

Reply via email to