NVIDIA / NVIDIA/cudf

[FEA] Exploit Symmetry for `groupby.corr` and `groupby.cov`

Open
#10,098 3 comments 1 reaction 0 assignees View on GitHub
feature request good first issue Python
Dominant language
C++
Stars
9.8k
Forks
1.1k
Avg merge
3d 6m
Merged PRs (30d)
278

Description

In https://github.com/rapidsai/cudf/pull/9889#discussion_r771493338, @bdice made an observation that due to symmetry, there's a chance of utilizing that to reduce computation by only applying the upper half of the matrix. In an attempt to reduce the scope of the PR, this is the issue that tracks the suggestion separately. If applicable, `groupby.corr` should also share the logic.

cc @skirui-source

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.