huaxingao opened a new pull request #26882: [SPARK-30247][PySpark] GaussianMixtureModel in py side should expose gaussian URL: https://github.com/apache/spark/pull/26882 ### What changes were proposed in this pull request? expose gaussian in PySpark ### Why are the changes needed? A ```GaussianMixtureModel``` contains two parts of coefficients: ```weights``` & ```gaussians```. However, ```gaussians``` is not exposed on Python side. ### Does this PR introduce any user-facing change? Yes. ```GaussianMixtureModel.gaussians``` is exposed in PySpark. ### How was this patch tested? add doctest
---------------------------------------------------------------- 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]
