paper-with-me

Papers

Bayesian subset selection and variable importance for interpretable prediction and classification

2021-04-20 · Daniel R. Kowal

Subset selection is a valuable tool for interpretable learning, scientific discovery, and data compression. However, classical subset selection is often avoided due to selection instability, lack of regularization, and difficulties with post-selection inference. We address these challenges from a Bayesian perspective. Given any Bayesian predictive model $\mathcal{M}$, we extract a family of near-optimal subsets of variables for linear prediction or classification. This strategy deemphasizes the role of a single "best" subset and instead advances the broader perspective that often many subsets are highly competitive. The acceptable family of subsets offers a new pathway for model interpretation and is neatly summarized by key members such as the smallest acceptable subset, along with new (co-) variable importance metrics based on whether variables (co-) appear in all, some, or no acceptable subsets. More broadly, we apply Bayesian decision analysis to derive the optimal linear coefficients for any subset of variables. These coefficients inherit both regularization and predictive uncertainty quantification via $\mathcal{M}$. For both simulated and real data, the proposed approach exhibits better prediction, interval estimation, and variable selection than competing Bayesian and frequentist selection methods. These tools are applied to a large education dataset with highly correlated covariates. Our analysis provides unique insights into the combination of environmental, socioeconomic, and demographic factors that predict educational outcomes, and identifies over 200 distinct subsets of variables that offer near-optimal out-of-sample predictive accuracy.

📄 PDF Abstract BibTeX arXiv:2104.10150

Code (0)

등록된 구현이 없습니다.

Tasks

Data CompressionGeneral Classificationscientific discoveryUncertainty QuantificationVariable Selection

Similar Papers 제목 키워드 기반

Subset selection for linear mixed models

2021-07-27 · Daniel R. Kowal

Linear mixed models (LMMs) are instrumental for regression analysis with structured dependence, such as grouped, clustered, or multilevel data. However, selection among the covariates--while accounting for this structure…

Uncertainty Quantification

Variable Selection via Thompson Sampling

2020-07-01 · Yi Liu, Veronika Rockova

Thompson sampling is a heuristic algorithm for the multi-armed bandit problem which has a long tradition in machine learning. The algorithm has a Bayesian spirit in the sense that it selects arms based on posterior sampl…

BIG-bench Machine LearningInterpretable Machine LearningStochastic OptimizationThompson Sampling+1

Comparing interpretability and explainability for feature selection

2021-05-11 · Jack Dunn, Luca Mingardi, Ying Daisy Zhuo

A common approach for feature selection is to examine the variable importance scores for a machine learning model, as a way to understand which features are the most relevant for making predictions. Given the significanc…

BIG-bench Machine Learningfeature selectionInterpretable Machine Learning

Bayesian Quantile Regression with Subset Selection: A Decision Analysis Perspective

2023-11-03 · Joseph Feldman, Daniel Kowal

Quantile regression is a powerful tool for inferring how covariates affect specific percentiles of the response distribution. Existing methods either estimate conditional quantiles separately for each quantile of interes…

Density Estimationquantile regressionregressionUncertainty Quantification+1

On feature selection in double-imbalanced data settings: a Random Forest approach

2025-06-12 · Fabio Demaria

Feature selection is a critical step in high-dimensional classification tasks, particularly under challenging conditions of double imbalance, namely settings characterized by both class imbalance in the response variable…

feature selectionVariable Selection