alteryx / alteryx/evalml

Data Health: Sparsity Refactor

Aperta
#1,801 2 commenti 1 reazione 1 assegnatario Rivendicata da @asniyaz Vedi su GitHub
enhancement good first issue
Lingua principale
Python
Stelle
850
Fork
96
Metriche di merge delle PR
Nessuna PR unita negli ultimi 30g

Descrizione

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.

Guida per i contributori

Apri la guida per i contributori

Valutazione

Questa issue non è ancora stata valutata.

Ricevi le nuove issue nella tua casella

Un breve riepilogo di issue GitHub adatte ai principianti.