Rethinking hyperparameter optimization for efficient and explainable machine learning in civic health decision-making: empirical evidence from malaria severity prediction
摘要
Malaria remains one of the most persistent infectious diseases worldwide, with hundreds of millions of cases annually. Machine learning has emerged as a promising tool for supporting clinical decision-making in malaria care, but the practical deployment of such models is constrained by hyperparameter optimization complexity. This study provides a comprehensive comparison of stochastic and deterministic hyperparameter optimization strategies for supervised machine learning models applied to the binary classification of malaria severity (severe vs. not-severe disease) among symptomatic patients.
MethodsWe evaluated five optimization strategies (Grid Search, Random Search, Bayesian Optimization, Genetic Algorithms, and Hyperband Racing) across six supervised learning algorithms (Random Forest, Neural Networks, Support Vector Machines, Logistic Regression, XGBoost, and K-Nearest Neighbors). The classification task was binary severity prediction (Severe vs. Not-Severe) among symptomatic malaria patients. Models were trained on synthetic datasets with varying complexity and a real clinical malaria dataset comprising 337 patients with 16 clinical features (34.4% severe cases). Performance was assessed using 10-fold cross-validation repeated five times, with evaluation metrics including F1-score, accuracy, ROC AUC, Matthews Correlation Coefficient, and balanced accuracy. Class imbalance was addressed using standard SMOTE oversampling applied exclusively within training folds, and model interpretability was examined through LIME, SHAP, and Permutation Feature Importance analyses.
ResultsStochastic and deterministic optimization strategies showed no statistically or clinically meaningful difference in severity classification performance, with mean CV F1-scores of 0.693 and 0.694 respectively (difference
Simple hyperparameter optimization strategies may be sufficient for model development in malaria severity classification applications under the tested conditions, achieving performance comparable to more complex methods with substantially lower computational requirements. Clinical utility, however, remains to be confirmed through prospective validation. The findings support a pragmatic modeling approach prioritizing data quality, algorithm selection, and computational efficiency over optimization complexity, particularly relevant for resource-constrained healthcare settings where malaria burden is highest.