GitHub user jkbradley opened a pull request:
https://github.com/apache/spark/pull/13461
[SPARK-15721][ML] Make DefaultParamsReadable, DefaultParamsWritable public
## What changes were proposed in this pull request?
Made DefaultParamsReadable, DefaultParamsWritable public. Also added relevant doc and
annotations. Added UnaryTransformerExample to demonstrate use of UnaryTransformer and DefaultParamsReadable,Writable.
## How was this patch tested?
Wrote example making use of the now-public APIs. Compiled and ran locally
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/jkbradley/spark defaultparamswritable
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/spark/pull/13461.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 #13461
----
commit b42d503a95f0dbf86de11e416fc608e8e652d5b0
Author: Joseph K. Bradley <joseph@databricks.com>
Date: 2016-06-02T00:51:00Z
Made DefaultParamsReadable, DefaultParamsWritable public. Also added relevant doc and
annotations. Added UnaryTransformerExample to demonstrate use of UnaryTransformer and DefaultParamsReadable,Writable
----
---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org
|