paper-with-me

Papers

Interpretable classifiers for tabular data via discretization and feature selection

2024-02-08 · Reijo Jaakkola, Tomi Janhunen, Antti Kuusisto, Masood Feyzbakhsh Rankooh, Miikka Vilander

We introduce a method for computing immediately human interpretable yet accurate classifiers from tabular data. The classifiers obtained are short Boolean formulas, computed via first discretizing the original data and then using feature selection coupled with a very fast algorithm for producing the best possible Boolean classifier for the setting. We demonstrate the approach via 12 experiments, obtaining results with accuracies comparable to ones obtained via random forests, XGBoost, and existing results for the same datasets in the literature. In most cases, the accuracy of our method is in fact similar to that of the reference methods, even though the main objective of our study is the immediate interpretability of our classifiers. We also prove a new result on the probability that the classifier we obtain from real-life data corresponds to the ideally best classifier with respect to the background distribution the data comes from.

📄 PDF Abstract BibTeX arXiv:2402.05680

Code (0)

등록된 구현이 없습니다.

Tasks

feature selection

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 제목 키워드 기반

Complexity-Budgeted, Interaction-Aware Interpretable Model for Tabular Data

2026-07-08 · Srikumar Krishnamoorthy arxiv

Inherently interpretable classifiers for tabular data typically rely on sparse features, rules, or patterns that users can inspect directly. The marginal feature-screening step common to these methods can discard variabl…

Interpretable Machine Learning

Img2Tab: Automatic Class Relevant Concept Discovery from StyleGAN Features for Explainable Image Classification

2023-01-16 · Youngjae Song, Sung Kuk Shyn, Kwang-su Kim

Traditional tabular classifiers provide explainable decision-making with interpretable features(concepts). However, using their explainability in vision tasks has been limited due to the pixel representation of images. I…

Decision Makingimage-classificationImage Classification

When, Where, and How: Adaptive Binning for Tabular Self-Supervised Learning

2026-06-18 · Daehwan Kim, Haejun Chung, Ikbeom Jang arxiv

Medical tabular data are ubiquitous in clinical research, but deep learning for tables remains underexplored because reliable labels often require costly expert adjudication, even though structured clinical variables are…

Self-Supervised Learning

DNN2LR: Interpretation-inspired Feature Crossing for Real-world Tabular Data

2020-08-22 · Zhaocheng Liu, Qiang Liu, Haoli Zhang, Yuntian Chen

For sake of reliability, it is necessary for models in real-world applications to be both powerful and globally interpretable. Simple classifiers, e.g., Logistic Regression (LR), are globally interpretable, but not power…

An interpretable prototype parts-based neural network for medical tabular data

2026-03-05 · Jacek Karolczak, Jerzy Stefanowski arxiv

The ability to interpret machine learning model decisions is critical in such domains as healthcare, where trust in model predictions is as important as their accuracy. Inspired by the development of prototype parts-base…