GitHub user wangmiao1981 opened a pull request:
https://github.com/apache/spark/pull/16150
[SPARK-18349][SparkR]:Update R API documentation on ml model summary
## What changes were proposed in this pull request?
In this PR, the document of `summary` method is improved in the format:
returns summary information of the fitted model, which is a list. The list
includes .......
Since `summary` in R is mainly about the model, which is not the same as
`summary` object on scala side, if there is one, the scala API doc is not
pointed here.
In current document, some `@return` have `.` and some don't have. `.` is
added to missed ones.
Since spark.logit `summary` has a big refactoring, this PR doesn't include
this one. It will be changed when the `spark.logit` PR is merged.
## How was this patch tested?
Manual build.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/wangmiao1981/spark audit2
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/spark/pull/16150.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 #16150
----
commit d02d0b39146d8b1e1ed49a9b71b2de6928a2752e
Author: [email protected] <[email protected]>
Date: 2016-12-05T18:53:31Z
improve `summary` doc and other minor document improvements.
----
---
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]