Github user jkbradley commented on a diff in the pull request:
https://github.com/apache/spark/pull/4233#discussion_r24054795
--- Diff:
mllib/src/test/scala/org/apache/spark/mllib/classification/LogisticRegressionSuite.scala
---
@@ -459,7 +461,41 @@ class LogisticRegressionSuite extends FunSuite with
MLlibTestSparkContext with M
// very steep curve in logistic function so that when we draw samples
from distribution, it's
// very easy to assign to another labels. However, this prediction
result is consistent to R.
validatePrediction(model.predict(validationRDD.map(_.features)).collect(),
validationData, 0.47)
+ }
+
+ test("model export/import") {
--- End diff --
True, I guess we should have an analogous ExporterV1 and keep it around for
testing.
---
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]