source: arxiv machine learning: a transportable threshold-based framework for interpretable classification of medical data

level: research

black-box models often fail in medicine because doctors need to understand and trust predictions. a new framework tackles this by building fully interpretable classifiers using bernoulli naive bayes. the key step is converting continuous medical measurements into yes/no features through supervised chi-squared binarization. this statistical method finds thresholds that best separate outcomes, turning numbers like blood pressure into simple rules such as 'above 140' or 'below 140'. the result is a transparent model that shows exactly which factors drive each prediction.

the approach was tested on three standard medical datasets. for pima indians diabetes, it reached an auc of 0.800. on wisconsin breast cancer, performance was 0.984, and on heart failure prediction, it scored 0.919. these results are competitive with more complex models while keeping full interpretability. the bernoulli naive bayes model assumes features are independent given the class, which is a simplification but works well after careful binarization. the chi-squared test ensures each threshold is statistically meaningful, not arbitrary.

the framework is designed to be transportable across different clinical settings. because the rules are explicit and based on simple thresholds, they can be easily validated and adjusted for new populations. this matters for real-world deployment where data distributions shift. the method does not require deep learning expertise or massive compute, making it accessible for smaller clinics and research groups. the paper emphasizes that interpretability does not have to mean sacrificing accuracy, and rule-based models can still meet clinical needs.

why it matters: it gives clinicians transparent, auditable models that can be trusted and adapted without black-box risks, supporting safer ai adoption in healthcare.


source: arxiv machine learning: a transportable threshold-based framework for interpretable classification of medical data