Add `DropNaNRowsTransformer`
Abierto
good first issue
new component
new feature
- Lenguaje dominante
- Python
- Estrellas
- 850
- Forks
- 96
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
https://github.com/alteryx/evalml/pull/2692 introduced a generic `DropRowsTransformer` but based on the thread [here](https://github.com/alteryx/evalml/issues/2100#issuecomment-905875874), 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!
Guía de contribución
Evaluación
Este issue todavía no se ha evaluado.