paper-with-me

Papers

Rethinking Log Odds: Linear Probability Modelling and Expert Advice in Interpretable Machine Learning

2022-11-11 · Danial Dervovic, Nicolas Marchesotti, Freddy Lecue, Daniele Magazzeni

We introduce a family of interpretable machine learning models, with two broad additions: Linearised Additive Models (LAMs) which replace the ubiquitous logistic link function in General Additive Models (GAMs); and SubscaleHedge, an expert advice algorithm for combining base models trained on subsets of features called subscales. LAMs can augment any additive binary classification model equipped with a sigmoid link function. Moreover, they afford direct global and local attributions of additive components to the model output in probability space. We argue that LAMs and SubscaleHedge improve the interpretability of their base algorithms. Using rigorous null-hypothesis significance testing on a broad suite of financial modelling data, we show that our algorithms do not suffer from large performance penalties in terms of ROC-AUC and calibration.

📄 PDF Abstract BibTeX arXiv:2211.06360

Code (0)

등록된 구현이 없습니다.

Tasks

Additive modelsBinary ClassificationInterpretable Machine Learning

Methods 이 논문이 사용한 방법론

BASE 설명 없음

Similar Papers 제목 키워드 기반

Towards Reducing Biases in Combining Multiple Experts Online

2019-08-19 · Yi Sun, Ivan Ramirez, Alfredo Cuesta-Infante, Kalyan Veeramachaneni

In many real life situations, including job and loan applications, gatekeepers must make justified and fair real-time decisions about a person's fitness for a particular opportunity. In this paper, we aim to accomplish a…

Decision MakingFairness

The Law of Total Odds

2013-12-02 · Dirk Tasche

The law of total probability may be deployed in binary classification exercises to estimate the unconditional class probabilities if the class proportions in the training set are not representative of the population clas…

Binary ClassificationGeneral Classification

Rethinking the Objectives of Extractive Question Answering

2020-08-28 · EMNLP (MRQA) 2021 11 · Martin Fajcik, Josef Jon, Pavel Smrz

This work demonstrates that using the objective with independence assumption for modelling the span probability $P(a_s,a_e) = P(a_s)P(a_e)$ of span starting at position $a_s$ and ending at position $a_e$ has adverse effe…

Extractive Question-AnsweringPositionQuestion Answering

Equalised Odds is not Equal Individual Odds: Post-processing for Group and Individual Fairness

2023-04-19 · Edward A. Small, Kacper Sokol, Daniel Manning, Flora D. Salim 외

Group fairness is achieved by equalising prediction distributions between protected sub-populations; individual fairness requires treating similar individuals alike. These two objectives, however, are incompatible when a…

Fairness

A Mathematical Optimization Approach for Expert-Informed Bayesian Best Subset Selection

2026-06-28 · Nolan Alexander, Henning Mortveit arxiv

A central challenge in statistical modeling is identifying the subset of features that belong in the true regression model. The classical best subset selection problem, recently made tractable via mixed-integer optimizat…