GitHub user noel-smith opened a pull request:
https://github.com/apache/spark/pull/8626
Add @since annotation to pyspark.mllib.classification
Duplicated the @since decorator from pyspark.sql into pyspark (also tweaked
to handle functions without docstrings).
Added @since to methods + "versionadded::" to classes derived from the file
history.
Note - some methods are inherited from the regression module (i.e.
LinearModel.intercept) so these won't have version numbers in the API docs
until that model is updated.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/noel-smith/spark
SPARK-10269-since-mlib-classification
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/spark/pull/8626.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 #8626
----
commit 0c8a844e3e6aeacf01e4efa0904b2b2cf9b1fd1d
Author: noelsmith <[email protected]>
Date: 2015-09-06T16:23:33Z
Added placeholder since decorator + version numbers
----
---
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]