GitHub user sethah opened a pull request:

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

    [SPARK-15181][ML][PYTHON] Python API for GLR summaries.

    ## What changes were proposed in this pull request?
    
    This patch adds a python API for generalized linear regression summaries 
(training and test). This helps provide feature parity for Python GLMs.
    
    ## How was this patch tested?
    
    Added a unit test to `pyspark.ml.tests`
    


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

    $ git pull https://github.com/sethah/spark GLR_summary

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

    https://github.com/apache/spark/pull/12961.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 #12961
    
----
commit 440c0d1edd3be410a24880cfabe96e40a28fea87
Author: sethah <[email protected]>
Date:   2016-05-06T18:06:49Z

    adding python API for glr summary

commit 17bf04b3b9d42c20e3c0e3360c07262169b143ee
Author: sethah <[email protected]>
Date:   2016-05-06T18:17:22Z

    typo and link

commit 4c1f4e15ba1ca7ba1c0d46e32a33f5ff89ec6000
Author: sethah <[email protected]>
Date:   2016-05-06T18:20:54Z

    fix test

----


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