paper-with-me

Papers

MISS: Multiclass Interpretable Scoring Systems

2024-01-10 · Michal K. Grzeszczyk, Tomasz Trzciński, Arkadiusz Sitek

In this work, we present a novel, machine-learning approach for constructing Multiclass Interpretable Scoring Systems (MISS) - a fully data-driven methodology for generating single, sparse, and user-friendly scoring systems for multiclass classification problems. Scoring systems are commonly utilized as decision support models in healthcare, criminal justice, and other domains where interpretability of predictions and ease of use are crucial. Prior methods for data-driven scoring, such as SLIM (Supersparse Linear Integer Model), were limited to binary classification tasks and extensions to multiclass domains were primarily accomplished via one-versus-all-type techniques. The scores produced by our method can be easily transformed into class probabilities via the softmax function. We demonstrate techniques for dimensionality reduction and heuristics that enhance the training efficiency and decrease the optimality gap, a measure that can certify the optimality of the model. Our approach has been extensively evaluated on datasets from various domains, and the results indicate that it is competitive with other machine learning models in terms of classification performance metrics and provides well-calibrated class probabilities.

📄 PDF Abstract BibTeX arXiv:2401.05069

Code (1)

sanoscience/miss 공식 구현

Tasks

Binary ClassificationClassificationDimensionality Reduction

Methods 이 논문이 사용한 방법론

Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…

Similar Papers 제목 키워드 기반

multiclassPairs: an R package to train multiclass pair-based classifier

2021-09-15 · Bioinformatics 2021 9 · Nour-Al-Dain Marzouka, Pontus Eriksson

Abstract Motivation k–Top Scoring Pairs (kTSP) algorithms utilize in-sample gene expression feature pair rules for class prediction, and have demonstrated excellent performance and robustness. The available packages an…

Prediction

Learning with Multiclass AUC: Theory and Algorithms

2021-07-28 · TPAMI 2021 7 · Zhiyong Yang, Qianqian Xu, Shilong Bao, Xiaochun Cao 외

The Area under the ROC curve (AUC) is a well-known ranking metric for problems such as imbalanced learning and recommender systems. The vast majority of existing AUC-optimization-based machine learning methods only focus…

Recommendation Systems

IQNN-CS: Interpretable Quantum Neural Network for Credit Scoring

2025-10-16 · Abdul Samad Khan, Nouhaila Innan, Aeysha Khalique, Muhammad Shafique arxiv

Credit scoring is a high-stakes task in financial services, where model decisions directly impact individuals' access to credit and are subject to strict regulatory scrutiny. While Quantum Machine Learning (QML) offers n…

Quantum Machine Learning

Supersparse Linear Integer Models for Interpretable Classification

2013-06-27 · Berk Ustun, Stefano Tracà, Cynthia Rudin

Scoring systems are classification models that only require users to add, subtract and multiply a few meaningful numbers to make a prediction. These models are often used because they are practical and interpretable. In …

ClassificationGeneral Classification

Supersparse Linear Integer Models for Predictive Scoring Systems

2013-06-25 · Berk Ustun, Stefano Traca, Cynthia Rudin

We introduce Supersparse Linear Integer Models (SLIM) as a tool to create scoring systems for binary classification. We derive theoretical bounds on the true risk of SLIM scoring systems, and present experimental results…

Binary ClassificationClassificationGeneral Classification