paper-with-me

Papers

Probing for sparse and fast variable selection with model-based boosting

2017-02-15 · Janek Thomas, Tobias Hepp, Andreas Mayr, Bernd Bischl

We present a new variable selection method based on model-based gradient boosting and randomly permuted variables. Model-based boosting is a tool to fit a statistical model while performing variable selection at the same time. A drawback of the fitting lies in the need of multiple model fits on slightly altered data (e.g. cross-validation or bootstrap) to find the optimal number of boosting iterations and prevent overfitting. In our proposed approach, we augment the data set with randomly permuted versions of the true variables, so called shadow variables, and stop the step-wise fitting as soon as such a variable would be added to the model. This allows variable selection in a single fit of the model without requiring further parameter tuning. We show that our probing approach can compete with state-of-the-art selection methods like stability selection in a high-dimensional classification benchmark and apply it on gene expression data for the estimation of riboflavin production of Bacillus subtilis.

📄 PDF Abstract BibTeX arXiv:1702.04561

Code (0)

등록된 구현이 없습니다.

Tasks

Variable Selection

Similar Papers 제목 키워드 기반

Sparse-group boosting -- Unbiased group and variable selection

2022-06-13 · Fabian Obster, Christian Heumann

In the presence of grouped covariates, we propose a framework for boosting that allows to enforce sparsity within and between groups. By using component-wise and group-wise gradient boosting at the same time with adjuste…

Variable Selection

Sparse-Group Boosting with Balanced Selection Frequencies: A Simulation-Based Approach and R Implementation

2024-05-31 · Fabian Obster, Christian Heumann

This paper introduces a novel framework for reducing variable selection bias by balancing selection frequencies of base-learners in boosting and introduces the sgboost package in R, which implements this framework combin…

Selection biasVariable Selection

The column measure and Gradient-Free Gradient Boosting

2019-09-24 · Tino Werner, Peter Ruckdeschel

Sparse model selection by structural risk minimization leads to a set of a few predictors, ideally a subset of the true predictors. This selection clearly depends on the underlying loss function $\tilde L$. For linear re…

Computational EfficiencyModel SelectionVariable Selection

Loss-guided Stability Selection

2022-02-10 · Tino Werner

In modern data analysis, sparse model selection becomes inevitable once the number of predictors variables is very high. It is well-known that model selection procedures like the Lasso or Boosting tend to overfit on real…

Binary ClassificationModel Selection

Robust Boosting for Regression Problems

2020-02-06 · Xiaomeng Ju, Matías Salibián-Barrera

Gradient boosting algorithms construct a regression predictor using a linear combination of ``base learners''. Boosting also offers an approach to obtaining robust non-parametric regression estimators that are scalable t…

regressionVariable Selection