GitHub user jkbradley opened a pull request:
https://github.com/apache/spark/pull/9829
[SPARK-11842] [ML] Small cleanups to existing Readers and Writers
Updates:
* Add repartition(1) to save() methods' saving of data for
LogisticRegressionModel, LinearRegressionModel.
* Strengthen privacy to class and companion object for Writers and Readers
* Change LogisticRegressionSuite read/write test to fit intercept
* Add Since versions for read/write methods in Pipeline, LogisticRegression
CC: @mengxr
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/jkbradley/spark ml-io-cleanups
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/spark/pull/9829.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 #9829
----
commit f042948ffd19c5a61cdb5c269d169f1f7671f56e
Author: Joseph K. Bradley <[email protected]>
Date: 2015-11-19T02:45:45Z
Small cleanups to existing Readers and Writers
* Add repartition(1) to save() methods' saving of data for
LogisticRegressionModel, LinearRegressionModel.
* Strengthen privacy to class and companion object for Writers and Readers
* Change LogisticRegressionSuite read/write test to fit intercept
* Add Since versions for read/write methods in Pipeline, LogisticRegression
----
---
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]