paper-with-me

Papers

Multi-Objective Optimization of Performance and Interpretability of Tabular Supervised Machine Learning Models

2023-07-17 · Lennart Schneider, Bernd Bischl, Janek Thomas

We present a model-agnostic framework for jointly optimizing the predictive performance and interpretability of supervised machine learning models for tabular data. Interpretability is quantified via three measures: feature sparsity, interaction sparsity of features, and sparsity of non-monotone feature effects. By treating hyperparameter optimization of a machine learning algorithm as a multi-objective optimization problem, our framework allows for generating diverse models that trade off high performance and ease of interpretability in a single optimization run. Efficient optimization is achieved via augmentation of the search space of the learning algorithm by incorporating feature selection, interaction and monotonicity constraints into the hyperparameter search space. We demonstrate that the optimization problem effectively translates to finding the Pareto optimal set of groups of selected features that are allowed to interact in a model, along with finding their optimal monotonicity constraints and optimal hyperparameters of the learning algorithm itself. We then introduce a novel evolutionary algorithm that can operate efficiently on this augmented search space. In benchmark experiments, we show that our framework is capable of finding diverse models that are highly competitive or outperform state-of-the-art XGBoost or Explainable Boosting Machine models, both with respect to performance and interpretability.

📄 PDF Abstract BibTeX arXiv:2307.08175

Code (1)

slds-lmu/paper_2023_eagga 공식 구현

Tasks

feature selectionHyperparameter Optimization

Similar Papers 제목 키워드 기반

XBNet : An Extremely Boosted Neural Network

2021-06-09 · Tushar Sarkar

Neural networks have proved to be very robust at processing unstructured data like images, text, videos, and audio. However, it has been observed that their performance is not up to the mark in tabular data; hence tree-b…

Anomaly DetectionBreast Cancer DetectionDiabetes PredictionFraud Detection+3

TuneTables: Context Optimization for Scalable Prior-Data Fitted Networks

2024-02-17 · Benjamin Feuer, Robin Tibor Schirrmeister, Valeriia Cherepanova, Chinmay Hegde 외

While tabular classification has traditionally relied on from-scratch training, a recent breakthrough called prior-data fitted networks (PFNs) challenges this approach. Similar to large language models, PFNs make use of …

FairnessIn-Context Learningparameter-efficient fine-tuningtabular-classification

HAPEns: Hardware-Aware Post-Hoc Ensembling for Tabular Data

2026-03-11 · Jannis Maier, Lennart Purucker arxiv

Ensembling is commonly used in machine learning on tabular data to boost predictive performance and robustness, but larger ensembles often lead to increased hardware demand. We introduce HAPEns, a post-hoc ensembling met…

Escaping the Forest: Sparse Interpretable Neural Networks for Tabular Data

2024-10-23 · Salvatore Raieli, Abdulrahman Altahhan, Nathalie Jeanray, Stéphane Gerart 외

Tabular datasets are widely used in scientific disciplines such as biology. While these disciplines have already adopted AI methods to enhance their findings and analysis, they mainly use tree-based methods due to their …

Interpretable Feature Interaction via Statistical Self-supervised Learning on Tabular Data

2025-03-23 · Xiaochen Zhang, Haoyi Xiong

In high-dimensional and high-stakes contexts, ensuring both rigorous statistical guarantees and interpretability in feature extraction from complex tabular data remains a formidable challenge. Traditional methods such as…

feature selectionSelf-Supervised Learning