GitHub user mpjlu opened a pull request:
https://github.com/apache/spark/pull/18062
[SPARK-20764][ML][PySpark]Fix visibility discrepancy with numInstances and
degreesOfFreedom in LR and GLR - Python version
## What changes were proposed in this pull request?
SPARK-20097 exposed degreesOfFreedom in LinearRegressionSummary and
numInstances in GeneralizedLinearRegressionSummary. Python API should be
updated to reflect these changes.
## How was this patch tested?
The existing UT
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/mpjlu/spark spark-20764
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/spark/pull/18062.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 #18062
----
commit 6b31ec7dda73c155fc94c5ccf53709099f8033dd
Author: Peng <[email protected]>
Date: 2017-05-22T11:37:50Z
fix visibility of numInstances and degreesOfFreedom in LR and GLR - Python
version
----
---
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]