Vol. 5 No. 4 (2026)
Articles

FWCE: A Feature-Weighted Calibrated Ensemble for Interpretable Tabular Risk Classification

Asher Ben-David
Rice University
Oren Yehuda
Independent Researcher

Published 2026-04-30

How to Cite

Ben-David, A., & Yehuda, O. (2026). FWCE: A Feature-Weighted Calibrated Ensemble for Interpretable Tabular Risk Classification. Journal of Computer Technology and Software, 5(4). Retrieved from https://ashpress.org/index.php/jcts/article/view/335

Abstract

Tabular risk classification remains a central machine-learning problem because many high-value datasets are small, heterogeneous, and difficult to model with very large neural architectures. This paper presents FWCE, a feature-weighted calibrated ensemble for interpretable binary classification on structured clinical-style records. FWCE first treats zero-coded physiological fields as missing-like values, applies median imputation and z-score normalization, estimates feature relevance using standardized class separation, and trains three complementary learners: L2-regularized logistic regression, Gaussian naive Bayes, and weighted k-nearest neighbors. A validation set is then used to select nonnegative soft-voting weights and a probability threshold. We evaluate FWCE on the Pima Indians Diabetes dataset with 460 training examples, 154 validation examples, and 154 held-out test examples. Compared with logistic regression and kNN baselines, FWCE achieves 67.19% F1, 0.841 AUC, and a Brier score of 0.153. The results show that simple feature calibration and validation-based ensembling can improve recall-oriented performance while preserving transparent model components suitable for audit and revision.