Github user srowen commented on a diff in the pull request:
https://github.com/apache/spark/pull/5037#discussion_r26518965
--- Diff:
mllib/src/main/scala/org/apache/spark/mllib/regression/StreamingLinearAlgorithm.scala
---
@@ -114,7 +114,7 @@ abstract class StreamingLinearAlgorithm[
if (model.isEmpty) {
throw new IllegalArgumentException("Model must be initialized before
starting prediction.")
}
- data.map(model.get.predict)
--- End diff --
Ah, I didn't realize that differed but it makes sense. So this line of
change is actually the fix then? then I wasn't clear what shadowing `model`
does in the subclass.
---
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]