spearmanr
- 主要言語
- C++
- スター
- 1.9k
- フォーク
- 164
- 平均マージ
- 7時間 31分
- マージ済み PR(30日)
- 1
説明
I'd like to compute spearmanr in datatable for a given data frame, giving its self spearmanr (as opposed to one dataframe on another). I think it might already be possible. Here's codified way it could be done, using some other package, but that could be inherited by datatable:
https://deepgraph.readthedocs.io/en/latest/tutorials/pairwise_correlations.html
And some notes about parallel performance and avoiding the double argsort at:
https://stackoverflow.com/questions/52371329/fast-spearman-correlation-between-two-pandas-dataframes
The actual calculation is very simple, but wonder if you have thoughts.
コントリビューションガイド
調査の方向性
まず、リンクされているDeepGraphのpairwise-correlationsチュートリアルと、並列パフォーマンスおよび重複したargsortの回避に関するStack Overflowのメモを確認してください。要求されている成果物は、APIとパフォーマンスのアプローチを確立した、datatable data frame向けのself-Spearman相関計算です。
索引モデルが issue の本文から書いたものです。
評価
- 技術スタック
- cpp, python
- 領域
- data
- issue の種類
- 機能追加
- 難易度
- 5/5
- 見積もり時間
- 1週間以上
- 活発さ
- 停滞
- 明瞭さ
- 説明が足りない
- 初心者へのやさしさ
- 25/100