alteryx/evalml

Add `DropNaNRowsTransformer`

Offen

#2.705 geöffnet am 27.08.2021

 (1 Kommentar) (0 Reaktionen) (0 zugewiesene Personen)Python (93 Forks)auto 404
good first issuenew componentnew feature

Repository-Metriken

Stars
 (852 Sterne)
PR-Merge-Metriken
 (PR-Metriken ausstehend)

Beschreibung

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!

Contributor Guide