alteryx/evalml

Add `DropNaNRowsTransformer`

Aberta

#2.705 aberto em 27 de ago. de 2021

 (1 comentário) (0 reação) (0 responsável)Python (93 forks)auto 404
good first issuenew componentnew feature

Métricas do repositório

Stars
 (852 estrelas)
Métricas de merge de PR
 (Métricas PR pendentes)

Description

https://github.com/alteryx/evalml/pull/2692 introduced a generic DropRowsTransformer but based on the thread here, it'd be a good idea to introduce a data-agnostic component which detects and drops nan rows.

This could probably be done by subclassing DropRowsTransformer and adding nan detection logic!

Guia do colaborador