Papers › FasterRisk: Fast and Accurate Interpretable Risk Scores

FasterRisk: Fast and Accurate Interpretable Risk Scores

12 Oct 2022arXiv:2210.05846archive 2025-07-28

Jiachang Liu, Chudi Zhong, Boxuan Li, Margo Seltzer, Cynthia Rudin

Over the last century, risk scores have been the most popular form of predictive model used in healthcare and criminal justice. Risk scores are sparse linear models with integer coefficients; often these models can be memorized or placed on an index card. Typically, risk scores have been created either without data or by rounding logistic regression coefficients, but these methods do not reliably produce high-quality risk scores. Recent work used mathematical programming, which is computationally slow. We introduce an approach for efficiently producing a collection of high-quality risk scores learned from data. Specifically, our approach produces a pool of almost-optimal sparse continuous solutions, each with a different support set, using a beam-search algorithm. Each of these continuous solutions is transformed into a separate risk score through a "star ray" search, where a range of multipliers are considered before rounding the coefficients sequentially to maintain low logistic loss. Our algorithm returns all of these high-quality risk scores for the user to consider. This method completes within minutes and can be valuable in a broad variety of applications.

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="2210.05846")

Code

Syntology Ran 19 of 25 code samples harvested from 2 repositories linked to this paper; 6 have no recorded run. Of those that ran: 8 ran · honoured contract; 2 ran · violated contract; 2 ran · our draft was wrong; 7 ran with no contract checked.

By repository: official repository: 20 samples from 1 repository, 19 ran; community (archive-listed): 5 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.

jiachangliu/fasterrisk officialmentioned in papermentioned on GitHub report
interpretml/fasterrisk mentioned on GitHubBSD-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

25 samples harvested; 19 ran; 8 honoured the contract we drafted; 6 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.

8ran · honoured contract
2ran · violated contract
2ran · our draft was wrong
7ran
6unverified

Licence: 0 of the 25 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 2 repositories linked to this paper, official or community; each sample names its own and says which. “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.

RiskScoreClassifier jiachangliu/fasterrisk/src/fasterrisk/fasterrisk.py official repository ran BSD-3-Clause (permissive) · 37678fa53c8c1e6d · report
check_bounds jiachangliu/fasterrisk/src/fasterrisk/fasterrisk.py official repository ran · honoured contract fingerprinted BSD-3-Clause (permissive) · 41dc10d969b9823e · report
compute_logisticLoss_from_ExpyXB jiachangliu/fasterrisk/src/fasterrisk/fasterrisk.py official repository ran · honoured contract fingerprinted BSD-3-Clause (permissive) · b3848c921faca63f · report
compute_logisticLoss_from_X_y_beta0_betas jiachangliu/fasterrisk/src/fasterrisk/fasterrisk.py official repository ran · honoured contract fingerprinted BSD-3-Clause (permissive) · e3801c0aa814a786 · report
compute_logisticLoss_from_betas_and_yX jiachangliu/fasterrisk/src/fasterrisk/fasterrisk.py official repository ran · violated contract fingerprinted BSD-3-Clause (permissive) · 2ecfd70b7a0901a9 · report
compute_logisticLoss_from_yXB jiachangliu/fasterrisk/src/fasterrisk/fasterrisk.py official repository ran · honoured contract BSD-3-Clause (permissive) · 9a23d1e8ebb41bae · report
get_all_product_booleans jiachangliu/fasterrisk/src/fasterrisk/fasterrisk.py official repository ran · honoured contract BSD-3-Clause (permissive) · ab4c557e2d3eb8e8 · report
get_groupIndex_to_featureIndices jiachangliu/fasterrisk/src/fasterrisk/fasterrisk.py official repository ran · our draft was wrong fingerprinted BSD-3-Clause (permissive) · a23fa7917d6fe274 · report
get_nonsupport_indices jiachangliu/fasterrisk/src/fasterrisk/fasterrisk.py official repository ran · honoured contract fingerprinted BSD-3-Clause (permissive) · e2d46e4bc34586a7 · report
get_support_indices jiachangliu/fasterrisk/src/fasterrisk/fasterrisk.py official repository ran · honoured contract fingerprinted BSD-3-Clause (permissive) · 26c3099cf2c993d1 · report
groupSparseDiversePoolLogRegModel jiachangliu/fasterrisk/src/fasterrisk/fasterrisk.py official repository ran BSD-3-Clause (permissive) · bdb229f92e57435e · report
groupSparseLogRegModel jiachangliu/fasterrisk/src/fasterrisk/fasterrisk.py official repository ran BSD-3-Clause (permissive) · 194ba7cd0fb080ac · report
insertIntercept_asFirstColOf_X jiachangliu/fasterrisk/src/fasterrisk/fasterrisk.py official repository ran · honoured contract fingerprinted BSD-3-Clause (permissive) · 4647d2190dcde8df · report
isEqual_upTo_8decimal jiachangliu/fasterrisk/src/fasterrisk/fasterrisk.py official repository ran · violated contract BSD-3-Clause (permissive) · a6668caa680dc78d · report
logRegModel jiachangliu/fasterrisk/src/fasterrisk/fasterrisk.py official repository ran BSD-3-Clause (permissive) · 3ad4a57dda345e02 · report
normalize_X jiachangliu/fasterrisk/src/fasterrisk/fasterrisk.py official repository ran · our draft was wrong fingerprinted BSD-3-Clause (permissive) · b0528765fde22945 · report
sparseDiversePoolLogRegModel jiachangliu/fasterrisk/src/fasterrisk/fasterrisk.py official repository ran BSD-3-Clause (permissive) · 74f5844a4057224b · report
sparseLogRegModel jiachangliu/fasterrisk/src/fasterrisk/fasterrisk.py official repository ran BSD-3-Clause (permissive) · 02a9768373cc7609 · report
starRaySearchModel jiachangliu/fasterrisk/src/fasterrisk/fasterrisk.py official repository ran BSD-3-Clause (permissive) · d53690360d8309ed · report
RiskScoreOptimizer jiachangliu/fasterrisk/src/fasterrisk/fasterrisk.py official repository unverified BSD-3-Clause (permissive) · 6b3ac656b3e18ba0 · report
combine_images interpretml/fasterrisk/src/fasterrisk/score_visual.py community (archive-listed) unverified BSD-3-Clause (permissive) · 44ff2c3c8bb7f519 · report
convert_continuous_df_to_binary_df interpretml/fasterrisk/src/fasterrisk/binarization_util.py community (archive-listed) unverified BSD-3-Clause (permissive) · 73017956820af0ea · report
find_crop_x_boundaries interpretml/fasterrisk/src/fasterrisk/score_visual.py community (archive-listed) unverified BSD-3-Clause (permissive) · f0f7c4a3fbcbb266 · report
nan_onehot_single_column interpretml/fasterrisk/src/fasterrisk/binarization_util.py community (archive-listed) unverified BSD-3-Clause (permissive) · 023fa22a93923409 · report
output_to_score_risk_df interpretml/fasterrisk/src/fasterrisk/score_visual.py community (archive-listed) unverified BSD-3-Clause (permissive) · 13ca226e66a18392 · report

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Methods

Logistic Regression

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