zhengruifeng opened a new pull request #27015: [SPARK-30358][ML] ML expose predictRaw and predictProbability URL: https://github.com/apache/spark/pull/27015 ### What changes were proposed in this pull request? 1, expose predictRaw and predictProbability 2, add tests ### Why are the changes needed? single instance prediction is useful out of spark, specially for online prediction. Current `predict` is exposed, but it is not enough. ### Does this PR introduce any user-facing change? Yes, new methods are exposed ### How was this patch tested? added testsuites
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
