GitHub user jkbradley opened a pull request:
https://github.com/apache/spark/pull/12671
[SPARK-14903] Revert SPARK-14071: MLWritable.write property
## What changes were proposed in this pull request?
SPARK-14071 changed MLWritable.write to be a property. This reverts that
change since there was not a good way to make MLReadable.read appear to be a
property.
## How was this patch tested?
existing unit tests
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/jkbradley/spark revert-MLWritable-write-py
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/spark/pull/12671.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 #12671
----
commit 2a1d6cdd142fcd692bbcebeb456263941fb60681
Author: Joseph K. Bradley <[email protected]>
Date: 2016-04-25T22:16:23Z
Revert "[SPARK-14071][PYSPARK][ML] Change MLWritable.write to be a property"
This reverts commit 63b200e8d4a05d5b744d437fd10781c6b5429da9.
Conflicts:
python/pyspark/ml/tests.py
commit de01a5304ede8e6a99917f88212e4bbd80199051
Author: Joseph K. Bradley <[email protected]>
Date: 2016-04-25T22:38:05Z
removed bad import
----
---
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]