Polycystic Ovary Syndrome (PCOS) is a prevalent endocrine disorder characterized by ovulatory dysfunction, hyperandrogenism, and/or polycystic ovarian morphology. Heterogeneous symptom presentations contribute to frequent underdiagnosis or delayed diagnosis, with important reproductive and metabolic consequences. The authors frame the clinical problem as an opportunity for data-driven, earlier detection using routinely collected clinical and imaging-derived features such as follicle count.
The study used a structured PCOS dataset comprising 542 patient records and 42 features. Features represent a mix of continuous clinical measurements (for example, hormone concentrations, anthropometrics such as BMI, and follicle counts) and binary or categorical symptom indicators (for example, acne or hirsutism indicators, cycle regularity, and lifestyle-related variables). The target label in the dataset indicates PCOS status (Y/N). The authors note the dataset is commonly distributed for research and benchmarking and reference a public source for this dataset.
Initial data preparation included cleaning and normalization/scaling to address the mixture of variable types and avoid dominance of variables with larger numeric ranges. The authors applied correlation-based feature selection to reduce dimensionality and retain the most predictive variables prior to model training. These preprocessing steps were aimed at ensuring that subsequent classifiers could learn meaningful relationships across continuous and categorical inputs without bias from scale differences.
Multiple classification algorithms were trained and evaluated on the processed dataset. The models explicitly reported in the study are:
The study compares these algorithms to identify which approaches best capture relationships in the clinical feature set, including potential non-linear interactions between variables such as hormone levels and ovarian morphology metrics.
Among the tested models, Random Forest achieved the best overall performance, with reported accuracy of approximately 88%. The authors interpret this result as evidence that ensemble tree-based methods can more effectively model non-linear feature interactions present in clinical datasets for PCOS prediction than simpler linear or single-tree classifiers. Specific performance metrics beyond the approximate accuracy figure (for example, sensitivity, specificity, AUC, confidence intervals, or external validation results) were not detailed in the abstract; the source should be consulted for full reporting.
The authors place their findings in the context of international clinical guidance and recent research focused on explainable and clinically applicable PCOS prediction systems. They highlight the importance of aligning predictive models with clinical practice and the emerging emphasis on model explainability to support clinician trust and potential integration into care pathways. The manuscript notes the relevance of explainable machine learning work for translating predictive performance into actionable clinical decision support, but does not provide an implemented explainability solution in the abstract.
This work is presented as a medRxiv preprint and has not been peer reviewed; the authors explicitly caution that the results should not be used to guide clinical practice without further validation. The authors declare no competing interests and confirm that ethical approvals and participant consents were obtained. The abstract does not report external validation, prospective testing, or deployment details; these represent limitations for immediate clinical applicability and would require follow-up studies.
The dataset used is described as a publicly distributed PCOS benchmarking dataset with 542 records and a mixture of continuous and categorical features, with a target label indicating PCOS presence. The authors reference the originating public dataset source and note links to data/code in the article metadata. They also note that preprocessing steps included scaling/normalization and correlation-based feature selection to prepare the data for model training. For full reproducibility details, including model hyperparameters, training/validation splits, and additional performance metrics, readers should consult the full preprint and any associated data/code repositories linked by the authors.
In this preprint, researchers applied standard data preprocessing and correlation-based feature selection to a 542-record PCOS dataset, trained multiple classifiers, and found that an ensemble Random Forest model yielded the highest reported accuracy (about 88%). The work emphasizes the potential for machine learning to assist earlier identification of PCOS using clinical features such as follicle count, while noting the need for further validation, explainability, and alignment with clinical guidance before clinical deployment.