Papers › Learning Optimized Risk Scores

Learning Optimized Risk Scores

1 Oct 2016arXiv:1610.00168archive 2025-07-28

Berk Ustun, Cynthia Rudin

Risk scores are simple classification models that let users make quick risk predictions by adding and subtracting a few small numbers. These models are widely used in medicine and criminal justice, but are difficult to learn from data because they need to be calibrated, sparse, use small integer coefficients, and obey application-specific operational constraints. In this paper, we present a new machine learning approach to learn risk scores. We formulate the risk score problem as a mixed integer nonlinear program, and present a cutting plane algorithm for non-convex settings to efficiently recover its optimal solution. We improve our algorithm with specialized techniques to generate feasible solutions, narrow the optimality gap, and reduce data-related computation. Our approach can fit risk scores in a way that scales linearly in the number of samples, provides a certificate of optimality, and obeys real-world constraints without parameter tuning or post-processing. We benchmark the performance benefits of this approach through an extensive set of numerical experiments, comparing to risk scores built using heuristic approaches. We also discuss its practical benefits through a real-world application where we build a customized risk score for ICU seizure prediction in collaboration with the Massachusetts General Hospital.

PaperPDFCodeCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="1610.00168")

Code

Syntology Ran 0 of 17 code samples harvested from 1 repository linked to this paper; 17 have no recorded run.

By repository: official repository: 17 samples from 1 repository, 0 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

ustunb/risk-slim officialmentioned in paperBSD-3-Clause report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

17 samples harvested; 0 ran; 0 honoured the contract we drafted; 17 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

17unverified

Licence: 0 of the 17 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from ustunb/risk-slim. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

chained_updates ustunb/risk-slim/riskslim/bound_tightening.py official repository unverified BSD-3-Clause (permissive) · 2a595781bb9b7383 · report
chained_updates_for_lp ustunb/risk-slim/riskslim/bound_tightening.py official repository unverified BSD-3-Clause (permissive) · e1a24ddd1cf1f51d · report
discrete_descent ustunb/risk-slim/riskslim/heuristics.py official repository unverified BSD-3-Clause (permissive) · 8b42b46879f2c9d1 · report
get_score_bounds ustunb/risk-slim/riskslim/coefficient_set.py official repository unverified BSD-3-Clause (permissive) · 22cbea24923d563c · report
log_loss_value ustunb/risk-slim/riskslim/loss_functions/log_loss.py official repository unverified BSD-3-Clause (permissive) · 5b43aab78c4d7aac · report
log_loss_value ustunb/risk-slim/riskslim/loss_functions/log_loss_weighted.py official repository unverified BSD-3-Clause (permissive) · 34890f80e9c65f94 · report
log_loss_value_and_slope ustunb/risk-slim/riskslim/loss_functions/log_loss.py official repository unverified BSD-3-Clause (permissive) · 2f06cc1a465825fa · report
log_loss_value_and_slope ustunb/risk-slim/riskslim/loss_functions/log_loss_weighted.py official repository unverified BSD-3-Clause (permissive) · 90585cdae65d8b2d · report
log_loss_value_from_scores ustunb/risk-slim/riskslim/loss_functions/log_loss.py official repository unverified BSD-3-Clause (permissive) · eaa3f193f86f279b · report
log_loss_value_from_scores ustunb/risk-slim/riskslim/loss_functions/log_loss_weighted.py official repository unverified BSD-3-Clause (permissive) · ff70d6112fe96426 · report
round_solution_pool ustunb/risk-slim/riskslim/initialization.py official repository unverified BSD-3-Clause (permissive) · e21287282a0837b1 · report
sequential_rounding ustunb/risk-slim/riskslim/heuristics.py official repository unverified BSD-3-Clause (permissive) · 4ae4afee5bbdf03c · report
set_cplex_mip_parameters ustunb/risk-slim/riskslim/mip.py official repository unverified BSD-3-Clause (permissive) · 5a8052ed4de8fb58 · report
set_cpx_display_options ustunb/risk-slim/riskslim/mip.py official repository unverified BSD-3-Clause (permissive) · 67f13b56be61d84a · report
setup_loss_functions ustunb/risk-slim/riskslim/setup_functions.py official repository unverified BSD-3-Clause (permissive) · 99ac5b0cae0ef1ef · report
setup_objective_functions ustunb/risk-slim/riskslim/setup_functions.py official repository unverified BSD-3-Clause (permissive) · 08def7f24ed6859a · report
setup_penalty_parameters ustunb/risk-slim/riskslim/setup_functions.py official repository unverified BSD-3-Clause (permissive) · 8f27d034da26ad2e · report

Tasks

Seizure prediction

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections