GitHub user jkbradley opened a pull request:
https://github.com/apache/spark/pull/9606
[SPARK-6726] [ML] Import/export for spark.ml LogisticRegressionModel
This PR adds model save/load for spark.ml's LogisticRegressionModel. It
also does minor refactoring of the default save/load classes to reuse code.
CC: @mengxr
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/jkbradley/spark logreg-io2
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/spark/pull/9606.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 #9606
----
commit 56efcf14b47c995123bfdcdd9b48971641357d63
Author: Joseph K. Bradley <[email protected]>
Date: 2015-11-10T21:16:40Z
added save/load to logreg in spark.ml
commit 77486bb067c324ce6d4f30fe6f6e4d115f2fee08
Author: Joseph K. Bradley <[email protected]>
Date: 2015-11-10T21:53:42Z
fixed read, write for logreg
----
---
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]