[
https://issues.apache.org/jira/browse/MADLIB-1166?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16279009#comment-16279009
]
ASF GitHub Bot commented on MADLIB-1166:
----------------------------------------
Github user asfgit closed the pull request at:
https://github.com/apache/madlib/pull/206
> Correlation - do not drop whole row if a target column is NULL
> --------------------------------------------------------------
>
> Key: MADLIB-1166
> URL: https://issues.apache.org/jira/browse/MADLIB-1166
> Project: Apache MADlib
> Issue Type: Improvement
> Components: Module: Descriptive Statistics
> Reporter: Frank McQuillan
> Priority: Minor
> Fix For: v1.13
>
>
> http://madlib.apache.org/docs/latest/group__grp__correlation.html
> Current implementation ignores a row that contains NULL entirely. This means
> any correlation in such a row (with NULLs) does not contribute to the final
> answer.
> This improvement is not to drop the whole row if a target column is NULL, but
> rather to do pairwise correlation for any target columns that exist, to make
> most use of the data.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)