GitHub user Swatisoni opened a pull request:
https://github.com/apache/madlib/pull/206
Feature: Allow NULL in rows for computing correlations and covariance
JIRA: MADLIB-1166
Additional Authors:
Orhan Kislal <[email protected]>
- Replace NULL values with the mean of corresponding column.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/Swatisoni/madlib feature/corr_null3
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/madlib/pull/206.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 #206
----
commit 5de8a1c9c877401552cde5b46e666af724867484
Author: Swatisoni <[email protected]>
Date: 2017-11-30T22:52:09Z
Feature: Allow NULL in rows for computing correlations and covariance
JIRA: MADLIB-1166
Additional Authors:
Orhan Kislal <[email protected]>
- Replace NULL values with the mean of corresponding column.
----
---