[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

[GitHub] spark issue #14375: [SPARK-15194] [ML] Add Python ML API for MultivariateGau...

2016-10-08 Thread praveendareddy21
Github user praveendareddy21 commented on the issue: https://github.com/apache/spark/pull/14375 @MechCoder can you review and merge this PR? refer https://github.com/apache/spark/pull/13248 for discussions. --- If your project is set up for it, you can reply to this email

[GitHub] spark issue #14375: [SPARK-15194] [ML] Add Python ML API for MultivariateGau...

2016-10-07 Thread praveendareddy21
Github user praveendareddy21 commented on the issue: https://github.com/apache/spark/pull/14375 @holdenk The work on this feature is done. This PR is reopen of PR on 2.0 branch. refer https://github.com/apache/spark/pull/13248 I waiting for admins to verify and merge

[GitHub] spark issue #13248: [SPARK-15194] [ML] Add Python ML API for MultivariateGau...

2016-07-26 Thread praveendareddy21
Github user praveendareddy21 commented on the issue: https://github.com/apache/spark/pull/13248 Reopened the pull request on master branch. 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

[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

[GitHub] spark issue #13248: [SPARK-15194] [ML] Add Python ML API for MultivariateGau...

2016-07-11 Thread praveendareddy21
Github user praveendareddy21 commented on the issue: https://github.com/apache/spark/pull/13248 @MechCoder @drcrallen @jjthomas @vectorijk Kindly, review my new changes. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub

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

2016-07-10 Thread praveendareddy21
Github user praveendareddy21 commented on a diff in the pull request: https://github.com/apache/spark/pull/13248#discussion_r70192124 --- Diff: python/pyspark/ml/stat/distribution.py --- @@ -0,0 +1,267 @@ +# +# Licensed to the Apache Software Foundation (ASF) under one

[GitHub] spark issue #13248: [SPARK-15194] [ML] Add Python ML API for MultivariateGau...

2016-06-24 Thread praveendareddy21
Github user praveendareddy21 commented on the issue: https://github.com/apache/spark/pull/13248 @vectorijk I will be pushing the changes in few days. --- 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

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

2016-05-21 Thread praveendareddy21
GitHub user praveendareddy21 opened a pull request: https://github.com/apache/spark/pull/13248 [SPARK-15194] [ML] Add Python ML API for MultivariateGaussian ## What changes were proposed in this pull request? Added MultivariateGaussian in pyspark ML to match scala's ML API