alteryx/evalml

Add `DropNaNRowsTransformer`

オープン

#2,705 opened on 2021/08/27

 (1 件のコメント) (0 件のリアクション) (0 人の担当者)Python (93 件のフォーク)auto 404
good first issuenew componentnew feature

Repository metrics

Stars
 (852 個のスター)
PR merge metrics
 (PR metrics pending)

説明

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!

コントリビューターガイド