alteryx/evalml

Add `DropNaNRowsTransformer`

Ouverte

#2 705 ouverte le 27 août 2021

 (1 commentaire) (0 réaction) (0 personne assignée)Python (93 forks)auto 404
good first issuenew componentnew feature

Métriques du dépôt

Stars
 (852 étoiles)
Métriques de merge PR
 (Métriques PR en attente)

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!

Guide contributeur