LGDec 2, 2021

Learning Optimal Predictive Checklists

arXiv:2112.01020v215 citations
Originality Incremental advance
AI Analysis

This addresses the need for reliable and customizable decision aids in clinical applications, though it is incremental as it builds on existing methods for discrete classifiers.

The paper tackles the problem of learning optimal predictive checklists for clinical decision support by solving an integer programming problem, resulting in simple checklists that perform well and can be customized with constraints like group fairness, as demonstrated on seven clinical classification problems including PTSD screening.

Checklists are simple decision aids that are often used to promote safety and reliability in clinical applications. In this paper, we present a method to learn checklists for clinical decision support. We represent predictive checklists as discrete linear classifiers with binary features and unit weights. We then learn globally optimal predictive checklists from data by solving an integer programming problem. Our method allows users to customize checklists to obey complex constraints, including constraints to enforce group fairness and to binarize real-valued features at training time. In addition, it pairs models with an optimality gap that can inform model development and determine the feasibility of learning sufficiently accurate checklists on a given dataset. We pair our method with specialized techniques that speed up its ability to train a predictive checklist that performs well and has a small optimality gap. We benchmark the performance of our method on seven clinical classification problems, and demonstrate its practical benefits by training a short-form checklist for PTSD screening. Our results show that our method can fit simple predictive checklists that perform well and that can easily be customized to obey a rich class of custom constraints.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes