alteryx / alteryx/evalml

Data Health: Sparsity Refactor

Đang mở
#1,801 2 bình luận 1 reaction 1 người được giao Được @asniyaz nhận Xem trên GitHub
enhancement good first issue
Ngôn ngữ chính
Python
Star
850
Fork
96
Chỉ số merge pull request
Không có pull request nào được merge trong 30 ngày

Mô tả

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.

Hướng dẫn đóng góp

Mở hướng dẫn đóng góp

Đánh giá

Issue này chưa được đánh giá.

Nhận issue mới trong hộp thư của bạn

Bản tóm tắt ngắn những issue GitHub phù hợp với người mới.