alteryx/evalml

Add `DropNaNRowsTransformer`

Aperta

#2705 aperta il 27 ago 2021

 (1 commento) (0 reazioni) (0 assegnatari)Python (93 fork)auto 404
good first issuenew componentnew feature

Metriche repository

Star
 (852 stelle)
Metriche merge PR
 (Metriche PR in attesa)

Descrizione

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!

Guida contributor