paper-with-me

홈 › Papers

LCEN: A Novel Feature Selection Algorithm for Nonlinear, Interpretable Machine Learning Models

2024-02-27 · Pedro Seber, Richard D. Braatz

Interpretable architectures can have advantages over black-box architectures, and interpretability is essential for the application of machine learning in critical settings, such as aviation or medicine. However, the simplest, most commonly used interpretable architectures, such as LASSO or elastic net (EN), are limited to linear predictions and have poor feature selection capabilities. In this work, we introduce the LASSO-Clip-EN (LCEN) algorithm for the creation of nonlinear, interpretable machine learning models. LCEN is tested on a wide variety of artificial and empirical datasets, frequently creating more accurate, sparser models than other architectures, including those for building sparse, nonlinear models. LCEN is robust against many issues typically present in datasets and modeling, including noise, multicollinearity, data scarcity, and hyperparameter variance. LCEN is also able to rediscover multiple physical laws from empirical data and, for processes with no known physical laws, LCEN achieves better results than many other dense and sparse methods -- including using 10.8-fold fewer features than dense methods and 8.1-fold fewer features than EN on one dataset, and is comparable to or better than ANNs on multiple datasets.

📄 PDF Abstract BibTeX arXiv:2402.17120

Code (0)

등록된 구현이 없습니다.

Tasks

feature selectionInterpretable Machine Learning

Methods 이 논문이 사용한 방법론

Feature Selection Feature selection, also known as variable selection, attribute selection or variable subset selection, is the process of selecting a subset of relevant features (variables,…

Similar Papers 제목 키워드 기반

Improving Performance in Classification Tasks with LCEN and the Weighted Focal Differentiable MCC Loss

2026-04-23 · Pedro Seber, Richard D. Braatz arxiv

The LASSO-Clip-EN (LCEN) algorithm was previously introduced for nonlinear, interpretable feature selection and machine learning. However, its design and use was limited to regression tasks. In this work, we create a mod…

InfoGAN-CR and ModelCentrality: Self-supervised Model Training and Selection for Disentangling GANs

2019-06-14 · Zinan Lin, Kiran Koshy Thekumparampil, Giulia Fanti, Sewoong Oh

Disentangled generative models map a latent code vector to a target space, while enforcing that a subset of the learned latent codes are interpretable and associated with distinct properties of the target distribution. R…

DisentanglementModel Selection

Flexible Bayesian Nonlinear Model Configuration

2020-03-05 · Aliaksandr Hubin, Geir Storvik, Florian Frommlet

Regression models are used in a wide range of applications providing a powerful scientific tool for researchers from different fields. Linear, or simple parametric, models are often not sufficient to describe complex rel…

Bayesian InferencemodelregressionVariable Selection

Contextual Regression: An Accurate and Conveniently Interpretable Nonlinear Model for Mining Discovery from Scientific Data

2017-10-30 · Chengyu Liu, Wei Wang

Machine learning algorithms such as linear regression, SVM and neural network have played an increasingly important role in the process of scientific discovery. However, none of them is both interpretable and accurate on…

feature selectionNetwork Embeddingregressionscientific discovery

Sparse Partially Linear Additive Models

2014-07-17 · Yin Lou, Jacob Bien, Rich Caruana, Johannes Gehrke

The generalized partially linear additive model (GPLAM) is a flexible and interpretable approach to building predictive models. It combines features in an additive manner, allowing each to have either a linear or nonline…

Additive modelsModel Selection