rapidsai/cudf

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

オープン

#10,098 opened on 2022/01/20

 (3 件のコメント) (1 件のリアクション) (0 人の担当者)C++ (735 件のフォーク)batch import
Pythonfeature requestgood first issue

Repository metrics

Stars
 (6,000 個のスター)
PR merge metrics
 (平均マージ 17d 21h) (30d で 230 merged PRs)

説明

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

コントリビューターガイド