[ 
https://issues.apache.org/jira/browse/SPARK-14732?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

DB Tsai resolved SPARK-14732.
-----------------------------
       Resolution: Fixed
    Fix Version/s: 2.0.0

Issue resolved by pull request 12593
[https://github.com/apache/spark/pull/12593]

> spark.ml GaussianMixture should not use spark.mllib MultivariateGaussian
> ------------------------------------------------------------------------
>
>                 Key: SPARK-14732
>                 URL: https://issues.apache.org/jira/browse/SPARK-14732
>             Project: Spark
>          Issue Type: Bug
>          Components: ML
>    Affects Versions: 2.0.0
>            Reporter: Joseph K. Bradley
>            Assignee: Joseph K. Bradley
>             Fix For: 2.0.0
>
>
> {{org.apache.spark.ml.clustering.GaussianMixtureModel.gaussians}} currently 
> returns the {{MultivariateGaussian}} type from spark.mllib.  We should copy 
> the MultivariateGaussian class into spark.ml to avoid referencing spark.mllib 
> types publicly.
> I'll put it in mllib-local under 
> {{spark.ml.stat.distribution.MultivariateGaussian}}.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org
For additional commands, e-mail: issues-h...@spark.apache.org

Reply via email to