alteryx / alteryx/evalml

Support for more generic feature selectors

未关闭
#321 1 条评论 2 个 reaction 已指派 0 人 在 GitHub 查看
enhancement needs design new component
主要语言
Python
星标
850
派生
96
PR 合并指标
30 天内没有已合并 PR

描述

Currently, we only have SelectFromModel. It would be nice to support some feature selectors (ex: SelectKBest, SelectPercentile) that don't rely on an estimator and instead simply select features using statistical tests.

As I was working through the catboost PR (#247), I was not able to use a feature selector in the catboost pipeline because catboost boasts being able to handle categorical data, but the random forest classifier in our RFClassifierSelectFromModel feature selector could not, making it difficult to use in the catboost pipeline.

贡献指南

打开贡献指南

评估

这个 Issue 还没有评估数据。

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。