TL;DR
This paper benchmarks classical and Bayesian sparse regression methods under challenging conditions like correlated features and weak signals, revealing their relative strengths and weaknesses.
Contribution
It provides a comprehensive, reproducible comparison of six methods across various scenarios, highlighting when Bayesian or classical approaches perform better.
Findings
Bayesian methods outperform classical ones in prediction error.
Horseshoe achieves near-nominal 95% coverage.
Lasso and Spike-and-Slab have similar variable selection F1 scores.
Abstract
Choosing between classical and Bayesian sparse regression methods involves a real trade-off: penalized estimators like Lasso run in milliseconds but give no uncertainty estimates,while Horseshoe and Spike-and-Slab priors produce full posteriors but need MCMC chains that take minutes per fit.Surprisingly few studies compare these two families head-to-head under the conditions that actually make sparse regression hard -- correlated features, weak signals, and growing dimensionality. We benchmark six methods (OLS, Ridge,Lasso, Elastic Net, Horseshoe, Spike-and-Slab) on synthetic data with three covariance structures (rho up to 0.9), four SNR levels, and p in {20, 50, 100}, plus the Diabetes dataset,totalling over 2,600 experiments. The results are clear on some points and nuanced on others. Bayesian methods win on prediction error (MSE 72 vs. 108-267), and the Horseshoe delivers…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
