GitHub user hhbyyh opened a pull request:

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

    [SPARK-12566] [ML] [WIP] GLM model family, link function support in 
SparkR:::glm

    ## What changes were proposed in this pull request?
    
    This JIRA is for extending the support of MLlib's Generalized Linear Models 
(GLMs) to more model families and link functions in SparkR. After SPARK-12811, 
we should be able to wrap GeneralizedLinearRegression in SparkR with support of 
popular families and link functions.
    
    
    ## How was this patch tested?
    
    WIP, some manual test
    


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

    $ git pull https://github.com/hhbyyh/spark glmR

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

    https://github.com/apache/spark/pull/11549.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 #11549
    
----
commit 6c933650389798f8e3caf3e50604bceae79a126e
Author: Yuhao Yang <[email protected]>
Date:   2016-03-06T23:00:44Z

    change R glm to use GLM

commit 1cca19e68d9ef256769594e02d123ce6e3b0bd7d
Author: Yuhao Yang <[email protected]>
Date:   2016-03-06T23:27:58Z

    refine family

----


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