paper-with-me

Papers

A novel interpretable machine learning system to generate clinical risk scores: An application for predicting early mortality or unplanned readmission in a retrospective cohort study

2022-01-10 · Yilin Ning, Siqi Li, Marcus Eng Hock Ong, Feng Xie, Bibhas Chakraborty, Daniel Shu Wei Ting, Nan Liu

Risk scores are widely used for clinical decision making and commonly generated from logistic regression models. Machine-learning-based methods may work well for identifying important predictors, but such 'black box' variable selection limits interpretability, and variable importance evaluated from a single model can be biased. We propose a robust and interpretable variable selection approach using the recently developed Shapley variable importance cloud (ShapleyVIC) that accounts for variability across models. Our approach evaluates and visualizes overall variable contributions for in-depth inference and transparent variable selection, and filters out non-significant contributors to simplify model building steps. We derive an ensemble variable ranking from variable contributions, which is easily integrated with an automated and modularized risk score generator, AutoScore, for convenient implementation. In a study of early death or unplanned readmission, ShapleyVIC selected 6 of 41 candidate variables to create a well-performing model, which had similar performance to a 16-variable model from machine-learning-based ranking.

📄 PDF Abstract BibTeX arXiv:2201.03291

Code (1)

nliulab/shapleyvic 공식 구현

Tasks

BIG-bench Machine LearningDecision MakingInterpretable Machine LearningVariable Selection

Methods 이 논문이 사용한 방법론

Logistic Regression Logistic Regression, despite its name, is a linear model for classification rather than regression. Logistic regression is also known in the literature as logit regression,…

Similar Papers 제목 키워드 기반

Boosting the interpretability of clinical risk scores with intervention predictions

2022-07-06 · Eric Loreaux, Ke Yu, Jonas Kemp, Martin Seneviratne 외

Machine learning systems show significant promise for forecasting patient adverse events via risk scores. However, these risk scores implicitly encode assumptions about future interventions that the patient is likely to …

LLMs for Cardiovascular Risk Prediction from Structured Clinical Data

2026-04-21 · Jeba Maliha, Md Rafiul Kabir arxiv

Coronary artery disease (CAD) remains one of the leading causes of death globally, highlighting the need for reliable predictive systems to support early diagnosis and risk assessment. While traditional machine learning …

Interpretable Survival Analysis for Heart Failure Risk Prediction

2023-10-24 · Mike Van Ness, Tomas Bosschieter, Natasha Din, Andrew Ambrosy 외

Survival analysis, or time-to-event analysis, is an important and widespread problem in healthcare research. Medical research has traditionally relied on Cox models for survival analysis, due to their simplicity and inte…

feature selectionPredictionSurvival Analysis

Optimizing Stroke Risk Prediction: A Machine Learning Pipeline Combining ROS-Balanced Ensembles and XAI

2025-12-01 · A S M Ahsanul Sarkar Akib, Raduana Khawla, Abdul Hasib arxiv

Stroke is a major cause of death and permanent impairment, making it a major worldwide health concern. For prompt intervention and successful preventative tactics, early risk assessment is essential. To address this chal…

Interpretable Machine LearningFeature EngineeringEnsemble Learning

AutoScore-Ordinal: An interpretable machine learning framework for generating scoring models for ordinal outcomes

2022-02-17 · Seyed Ehsan Saffari, Yilin Ning, Xie Feng, Bibhas Chakraborty 외

Background: Risk prediction models are useful tools in clinical decision-making which help with risk stratification and resource allocations and may lead to a better health care for patients. AutoScore is a machine learn…

Decision MakingInterpretable Machine LearningModel SelectionPrediction+1