alteryx / alteryx/evalml

Data Health: Sparsity Refactor

Offen
#1,801 2 Kommentare 1 Reaktion 1 zugewiesene Person Beansprucht von @asniyaz Auf GitHub ansehen
enhancement good first issue
Vorherrschende Sprache
Python
Sterne
850
Forks
96
PR-Merge-Kennzahlen
Keine gemergten PRs in 30 T.

Beschreibung

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.

Beitragsleitfaden

Beitragsleitfaden öffnen

Bewertung

Dieses Issue wurde noch nicht bewertet.

Neue Issues direkt in Ihr Postfach

Eine kurze Übersicht über anfängerfreundliche GitHub-Issues.