GitHub user jaceklaskowski opened a pull request:

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

    [MINOR][ML] Use Datasets (to improve internal implementation)

    ## What changes were proposed in this pull request?
    
    Change the current implementation to use Datasets (not the "old-school" 
`map` over `Row`s)
    
    NOTE: I'm sending the pull request to discuss whether my understanding of 
the change is correct or not and if approved (after discussions and further 
changes possibly) learn the right way.
    
    ## How was this patch tested?
    
    Local build


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

    $ git pull https://github.com/jaceklaskowski/spark sparkml-predictor

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

    https://github.com/apache/spark/pull/11915.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 #11915
    
----
commit 74897af4b8b4ba126790377fb6d79bbe96364ec0
Author: Jacek Laskowski <ja...@japila.pl>
Date:   2016-03-23T07:56:56Z

    [MINOR][ML] Use Datasets (to improve internal implementation)

----


---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to