alteryx / alteryx/evalml

Data Health: Sparsity Refactor

Abierto
#1,801 2 comentarios 1 reacción 1 asignado Reclamado por @asniyaz Ver en GitHub
enhancement good first issue
Lenguaje dominante
Python
Estrellas
850
Forks
96
Métricas de merge de PR
Sin PR fusionados en 30 d

Descripción

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.

Guía de contribución

Abrir la guía de contribución

Evaluación

Este issue todavía no se ha evaluado.

Recibe los nuevos issues en tu correo

Un resumen breve de issues de GitHub para principiantes.