paper-with-me

Papers

Fast Sparse Classification for Generalized Linear and Additive Models

2022-02-23 · Jiachang Liu, Chudi Zhong, Margo Seltzer, Cynthia Rudin

We present fast classification techniques for sparse generalized linear and additive models. These techniques can handle thousands of features and thousands of observations in minutes, even in the presence of many highly correlated features. For fast sparse logistic regression, our computational speed-up over other best-subset search techniques owes to linear and quadratic surrogate cuts for the logistic loss that allow us to efficiently screen features for elimination, as well as use of a priority queue that favors a more uniform exploration of features. As an alternative to the logistic loss, we propose the exponential loss, which permits an analytical solution to the line search at each iteration. Our algorithms are generally 2 to 5 times faster than previous approaches. They produce interpretable models that have accuracy comparable to black box models on challenging datasets.

📄 PDF Abstract BibTeX arXiv:2202.11389

Code (2)

jiachangliu/fastSparse 공식 구현
chudizhong/gamsrashomonset pytorch

Tasks

Additive modelsClassification

Similar Papers 제목 키워드 기반

Reluctant generalized additive modeling

2019-12-04 · J. Kenneth Tay, Robert Tibshirani

Sparse generalized additive models (GAMs) are an extension of sparse generalized linear models which allow a model's prediction to vary non-linearly with an input variable. This enables the data analyst build more accura…

Additive models

Generalized Additive Model Selection

2015-06-11 · Alexandra Chouldechova, Trevor Hastie

We introduce GAMSEL (Generalized Additive Model Selection), a penalized likelihood approach for fitting sparse generalized additive models in high dimension. Our method interpolates between null, linear and additive mode…

Additive modelsmodelModel Selection

Classification by sparse generalized additive models

2022-12-04 · Felix Abramovich

We consider (nonparametric) sparse (generalized) additive models (SpAM) for classification. The design of a SpAM classifier is based on minimizing the logistic loss with a sparse group Lasso/Slope-type penalties on the c…

Additive modelsClassification

Generalized Groves of Neural Additive Models: Pursuing transparent and accurate machine learning models in finance

2022-09-21 · Dangxing Chen, Weicheng Ye

While machine learning methods have significantly improved model performance over traditional methods, their black-box structure makes it difficult for researchers to interpret results. For highly regulated financial ind…

Additive modelsFairnessInterpretable Machine Learning

FlagGAM: Rule-Basis Generalized Additive Models for Explainable Tabular Prediction

2026-05-29 · Zijie Zhao, Roy E. Welsch arxiv

Tabular applications often require inspectable prediction rules and stable behavior when records are incomplete. We propose FlagGAM, a rule-basis framework that separates feature-level rule construction from prediction. …