GitHub user orhankislal opened a pull request:
https://github.com/apache/madlib/pull/269
Statistics: Add grouping support for correlation functions
JIRA: MADLIB-1128
This commit adds grouping support to correlation and covariance
functions in MADlib stats. Changes include relevant queries to do the
same.
This commit also has refactor changes to a helper function in
utilities.py_in.
Co-authored-by: Jingyi Mei <[email protected]>
Co-authored-by: Nikhil Kak <[email protected]>
Co-authored-by: Nandish Jayaram <[email protected]>
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/madlib/madlib feature/correlation-grouping
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/madlib/pull/269.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #269
----
commit e9dd9ae88d9d2acaea68c093396f6d600148ede4
Author: Orhan Kislal <okislal@...>
Date: 2018-05-07T23:53:51Z
Statistics: Add grouping support for correlation functions
JIRA: MADLIB-1128
This commit adds grouping support to correlation and covariance
functions in MADlib stats. Changes include relevant queries to do the
same.
This commit also has refactor changes to a helper function in
utilities.py_in.
Co-authored-by: Jingyi Mei <[email protected]>
Co-authored-by: Nikhil Kak <[email protected]>
Co-authored-by: Nandish Jayaram <[email protected]>
----
---