alteryx/evalml

Add `DropNaNRowsTransformer`

開放

#2,705 建立於 2021年8月27日

 (1 則留言) (0 個反應) (0 位負責人)Python (93 個分叉)auto 404
good first issuenew componentnew feature

倉庫指標

星標
 (852 顆星)
PR 合併指標
 (PR 指標待抓取)

描述

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!

貢獻者指南