This study used a publicly available voice dataset to build and test a machine learning framework for detecting Parkinson’s disease (PD) from speech. The dataset included 756 voice recordings from 252 subjects: 188 people with PD and 64 neurologically healthy controls. Acoustic parameters extracted from the recordings included Mel-Frequency Cepstral Coefficients (MFCCs), energy-based measures, higher-order statistical derivatives, and Tunable Q-Factor Wavelet Transform (TQWT) features. The data source is an existing, de-identified repository (UCI Parkinson’s disease classification dataset).
Recordings were subjected to systematic preprocessing steps and standardized using z-score normalization prior to modeling. The feature set combined spectral descriptors such as MFCCs, temporal/energy descriptors including delta and delta-delta derivatives, and wavelet-based features (TQWT). The authors report that preprocessing and normalization were applied to ensure comparability across subjects and reduce distributional differences before training the classifiers.
Five supervised classifiers were evaluated under a subject-independent cross-validation scheme to avoid information leakage between training and test sets. The models compared were:
Model evaluation used a GroupKFold cross-validation protocol keyed to subjects so that recordings from the same individual did not appear in both training and test folds. This approach preserves subject independence during performance estimation and provides a more realistic assessment of generalizability when multiple recordings per participant are available.
Among the five classifiers tested, the KNN classifier produced the best overall reported performance. Performance metrics reported for KNN included an accuracy of 92.10%, an F1 score of 94.50%, and a precision of 98.09%. The authors highlight the high precision as indicative of a reduced rate of false positive diagnoses relative to the other models evaluated. Detailed comparative metrics for the remaining classifiers (XGBoost, RF, SVM, NB) are not enumerated in the abstract; the study indicates KNN outperformed these alternatives under the applied protocol.
To address the interpretability limitations of many black-box predictive models, the authors applied SHapley Additive exPlanations (SHAP) to quantify the contribution of individual features to model predictions at the subject level. SHAP values were used to rank and interpret feature importance in clinically meaningful terms. The SHAP analysis identified several diagnostically salient acoustic features: standard deviation of the delta-delta log energy (std delta delta log energy), the first Mel-Frequency Cepstral Coefficient (MFCC1), and features derived from the Tunable Q-Factor Wavelet Transform (TQWT). The authors argue these features have physiological plausibility as markers of dysphonia, a common early speech impairment in PD.
The work emphasizes reproducibility: the dataset used is publicly available and was obtained from the original repository. The authors state that no new human participants were recruited and no additional human data were collected. Ethical declarations note that only publicly available, de-identified data were used and that relevant ethical guidelines were followed. The preprint authors declare no competing interests. The source dataset is referenced as the UCI Parkinson’s disease classification dataset and is linked in the article for access.
This report is a preprint and has not undergone peer review; the authors explicitly state it should not be used to guide clinical practice. The abstract provides summary performance for the top model (KNN) but does not include full comparative performance tables or details of hyperparameter tuning in the abstract. The generalizability of results beyond the studied dataset requires further validation, ideally through external cohorts, prospective studies, and peer-reviewed scrutiny. The authors position their contribution as a reproducible, clinically interpretable machine learning framework combining high reported predictive accuracy with SHAP-based explanations grounded in speech physiology.
The study presents a comparative machine learning analysis using acoustic speech features for PD detection. Under a subject-independent GroupKFold protocol, KNN yielded the best reported metrics (accuracy 92.10%, F1 94.50%, precision 98.09%). SHAP-based explainability highlighted std delta delta log energy, MFCC1, and TQWT features as key contributors to model decisions. The dataset is publicly available; the manuscript is a preprint and has not been peer reviewed, and the authors report no competing interests.