paper-with-me

Papers

Gradient Boosted Feature Selection

2019-01-13 · Zhixiang Eddie Xu, Gao Huang, Kilian Q. Weinberger, Alice X. Zheng

A feature selection algorithm should ideally satisfy four conditions: reliably extract relevant features; be able to identify non-linear feature interactions; scale linearly with the number of features and dimensions; allow the incorporation of known sparsity structure. In this work we propose a novel feature selection algorithm, Gradient Boosted Feature Selection (GBFS), which satisfies all four of these requirements. The algorithm is flexible, scalable, and surprisingly straight-forward to implement as it is based on a modification of Gradient Boosted Trees. We evaluate GBFS on several real world data sets and show that it matches or out-performs other state of the art feature selection algorithms. Yet it scales to larger data set sizes and naturally allows for domain-specific side information.

📄 PDF Abstract BibTeX arXiv:1901.04055

Code (0)

등록된 구현이 없습니다.

Tasks

feature selection

Similar Papers 제목 키워드 기반

Scalable Feature Selection for (Multitask) Gradient Boosted Trees

2021-09-05 · Cuize Han, Nikhil Rao, Daria Sorokina, Karthik Subbian

Gradient Boosted Decision Trees (GBDTs) are widely used for building ranking and relevance models in search and recommendation. Considerations such as latency and interpretability dictate the use of as few features as po…

feature selection

Individualized and Global Feature Attributions for Gradient Boosted Trees in the Presence of $\ell_2$ Regularization

2022-11-08 · Qingyao Sun

While $\ell_2$ regularization is widely used in training gradient boosted trees, popular individualized feature attribution methods for trees such as Saabas and TreeSHAP overlook the training procedure. We propose Predic…

Additive modelsfeature selection

Tree Space Prototypes: Another Look at Making Tree Ensembles Interpretable

2016-11-22 · Sarah Tan, Matvey Soloviev, Giles Hooker, Martin T. Wells

Ensembles of decision trees perform well on many problems, but are not interpretable. In contrast to existing approaches in interpretability that focus on explaining relationships between features and predictions, we pro…

Prototype Selection

TF Boosted Trees: A scalable TensorFlow based framework for gradient boosting

2017-10-31 · Natalia Ponomareva, Soroush Radpour, Gilbert Hendry, Salem Haykal 외

TF Boosted Trees (TFBT) is a new open-sourced frame-work for the distributed training of gradient boosted trees. It is based on TensorFlow, and its distinguishing features include a novel architecture, automatic loss dif…

Training Gradient Boosted Decision Trees on Tabular Data Containing Label Noise for Classification Tasks

2024-09-13 · Anita Eisenbürger, Daniel Otten, Anselm Hudde, Frank Hopfgartner

Label noise, which refers to the mislabeling of instances in a dataset, can significantly impair classifier performance, increase model complexity, and affect feature selection. While most research has concentrated on de…

feature selection