paper-with-me

홈 › Papers

MIBoost: A gradient boosting algorithm for variable selection after multiple imputation

2025-07-29 · Robert Kuchen arxiv

Statistical learning methods for automated variable selection, such as the Least Absolute Shrinkage and Selection Operator (LASSO), elastic nets, and gradient boosting, have become increasingly popular tools for building powerful prediction models. Yet, in practice, analyses are often complicated by missing data. The most widely used approach to address missingness is multiple imputation, which involves creating several completed datasets. However, there is an ongoing debate about how to perform model selection in the presence of multiple imputed datasets. Simple strategies, such as pooling models across datasets, have been shown to have suboptimal properties. Although more sophisticated methods exist, they are often difficult to implement and therefore not widely applied. In contrast, two recent approaches extend the regularization methods LASSO and elastic nets to multiply imputed datasets by defining a single loss function, resulting in a unified set of coefficients across imputations. Our key contribution is to extend this principle to the framework of component-wise gradient boosting by proposing MIBoost, a novel algorithm that employs a uniform variable-selection mechanism across imputed datasets, together with its corresponding cross-validation routine MIBoostCV. In a simulation study, MIBoost yielded predictive performance comparable to that of other established methods, providing a practical boosting-based approach for variable selection with multiply imputed data. The proposed framework is implemented as the R package booami.

📄 PDF Abstract BibTeX arXiv:2507.21807

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

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

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

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…

Variable Selection

Inference for $L_2$-Boosting

2018-05-04 · David Rügamer, Sonja Greven

We propose a statistical inference framework for the component-wise functional gradient descent algorithm (CFGD) under normality assumption for model errors, also known as $L_2$-Boosting. The CFGD is one of the most vers…

Variable Selection

Gradient Boosting for Spatial Regression Models with Autoregressive Disturbances

2025-06-16 · Michael Balzer

Researchers in urban and regional studies increasingly deal with spatial data that reflects geographic location and spatial relationships. As a framework for dealing with the unique nature of spatial data, various spatia…

Model SelectionregressionVariable Selection