[
https://issues.apache.org/jira/browse/SPARK-9660?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14662382#comment-14662382
]
Feynman Liang edited comment on SPARK-9660 at 8/7/15 8:30 PM:
--------------------------------------------------------------
{{GaussianMixtureModel.predict(Vector)}} and
{{GaussianMixtureModel.predictSoft}} has been removed from the public API,
breaking source compatibility.
More generally, we should ensure {{model.predict}} is consistent across all
mllib models (e.g. allow both predict on a single point as well as on an RDD of
points).
was (Author: fliang):
{{GaussianMixtureModel.predict(Vector)}} has been removed from the public API,
breaking source compatibility.
More generally, we should ensure {{model.predict}} is consistent across all
mllib models (e.g. allow both predict on a single point as well as on an RDD of
points).
> ML 1.5 QA: API: New Scala APIs, docs
> ------------------------------------
>
> Key: SPARK-9660
> URL: https://issues.apache.org/jira/browse/SPARK-9660
> Project: Spark
> Issue Type: Sub-task
> Components: Documentation, ML, MLlib
> Reporter: Joseph K. Bradley
>
> Audit new public Scala APIs added to MLlib. Take note of:
> * Protected/public classes or methods. If access can be more private, then
> it should be.
> * Also look for non-sealed traits.
> * Documentation: Missing? Bad links or formatting?
> *Make sure to check the object doc!*
> As you find issues, please comment here, or better yet create JIRAs and link
> them.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]