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!