paper-with-me

홈 › Papers

ControlBurn: Feature Selection by Sparse Forests

2021-07-01 · Brian Liu, Miaolan Xie, Madeleine Udell

Tree ensembles distribute feature importance evenly amongst groups of correlated features. The average feature ranking of the correlated group is suppressed, which reduces interpretability and complicates feature selection. In this paper we present ControlBurn, a feature selection algorithm that uses a weighted LASSO-based feature selection method to prune unnecessary features from tree ensembles, just as low-intensity fire reduces overgrown vegetation. Like the linear LASSO, ControlBurn assigns all the feature importance of a correlated group of features to a single feature. Moreover, the algorithm is efficient and only requires a single training iteration to run, unlike iterative wrapper-based feature selection methods. We show that ControlBurn performs substantially better than feature selection methods with comparable computational costs on datasets with correlated features.

📄 PDF Abstract BibTeX arXiv:2107.00219

Code (1)

udellgroup/controlburn 공식 구현

Tasks

Feature Importancefeature selection

Methods 이 논문이 사용한 방법론

Feature Selection Feature selection, also known as variable selection, attribute selection or variable subset selection, is the process of selecting a subset of relevant features (variables,…

Similar Papers 제목 키워드 기반

ControlBurn: Nonlinear Feature Selection with Sparse Tree Ensembles

2022-07-08 · Brian Liu, Miaolan Xie, Haoyue Yang, Madeleine Udell

ControlBurn is a Python package to construct feature-sparse tree ensembles that support nonlinear feature selection and interpretable machine learning. The algorithms in this package first build large tree ensembles that…

Additive modelsfeature selectionInterpretable Machine Learning

End-to-end Feature Selection Approach for Learning Skinny Trees

2023-10-28 · Shibal Ibrahim, Kayhan Behdin, Rahul Mazumder

We propose a new optimization-based approach for feature selection in tree ensembles, an important problem in statistics and machine learning. Popular tree ensemble toolkits e.g., Gradient Boosted Trees and Random Forest…

Ensemble LearningFeature CompressionFeature Importancefeature selection+1

Markov Network Structure Learning via Ensemble-of-Forests Models

2013-12-17 · Eirini Arvaniti, Manfred Claassen

Real world systems typically feature a variety of different dependency types and topologies that complicate model selection for probabilistic graphical models. We introduce the ensemble-of-forests model, a generalization…

Model Selection

Nonparametric Feature Selection by Random Forests and Deep Neural Networks

2022-01-18 · Xiaojun Mao, Liuhua Peng, Zhonglei Wang

Random forests are a widely used machine learning algorithm, but their computational efficiency is undermined when applied to large-scale datasets with numerous instances and useless features. Herein, we propose a nonpar…

BIG-bench Machine LearningComputational Efficiencyfeature selection

Sparse Projection Oblique Randomer Forests

2015-06-10 · Tyler M. Tomita, James Browne, Cencheng Shen, Jaewon Chung 외

Decision forests, including Random Forests and Gradient Boosting Trees, have recently demonstrated state-of-the-art performance in a variety of machine learning settings. Decision forests are typically ensembles of axis-…

Computational Efficiency