alteryx / alteryx/evalml

Data Health: Sparsity Refactor

オープン
#1,801 コメント 2 件 リアクション 1 件 担当者 1 名 @asniyaz が担当を希望しています GitHub で見る
enhancement good first issue
主要言語
Python
スター
850
フォーク
96
PR マージ指標
30日以内にマージされた PR はありません

説明

Currently, the sparsity score is calculated using a discrete count of values as a threshold. It might make more sense to refactor the SparsityDataCheck to use a relative threshold instead of a fixed count threshold.

```
SparsityDataCheck.sparsity_score(col, relative_count_threshold=0.10):

```

Here the new relative_count_threshold should be a percentage of the total length of the column.

コントリビューションガイド

コントリビューションガイドを開く

評価

この issue はまだ評価されていません。

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。