[GitHub] spark pull request #14375: [SPARK-15194] [ML] Add Python ML API for Multivar...

2016-10-07 Thread holdenk
Github user holdenk commented on a diff in the pull request: https://github.com/apache/spark/pull/14375#discussion_r82465422 --- Diff: python/pyspark/ml/stat/__init__.py --- @@ -0,0 +1,27 @@ + --- End diff -- Super minor but probably don't need this blank line. --

[GitHub] spark pull request #14375: [SPARK-15194] [ML] Add Python ML API for Multivar...

2017-06-01 Thread praveendareddy21
Github user praveendareddy21 closed the pull request at: https://github.com/apache/spark/pull/14375 --- 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 feat

[GitHub] spark pull request #14375: [SPARK-15194] [ML] Add Python ML API for Multivar...

2016-07-26 Thread praveendareddy21
GitHub user praveendareddy21 opened a pull request: https://github.com/apache/spark/pull/14375 [SPARK-15194] [ML] Add Python ML API for MultivariateGaussian ## What changes were proposed in this pull request? Added Multivariate Gaussian and tests to match Scala's ML API.