| Literature DB >> 32838752 |
Alessio Mancini1,2, Leonardo Vito3,4, Elisa Marcelli5, Marco Piangerelli4,5, Renato De Leone5, Sandra Pucciarelli3, Emanuela Merelli4.
Abstract
BACKGROUND: The scope of this work is to build a Machine Learning model able to predict patients risk to contract a multidrug resistant urinary tract infection (MDR UTI) after hospitalization. To achieve this goal, we used different popular Machine Learning tools. Moreover, we integrated an easy-to-use cloud platform, called DSaaS (Data Science as a Service), well suited for hospital structures, where healthcare operators might not have specific competences in using programming languages but still, they do need to analyze data as a continuous process. Moreover, DSaaS allows the validation of data analysis models based on supervised Machine Learning regression and classification algorithms.Entities:
Keywords: Antibiotic stewardship; Classification; Data science pipeline; Machine learning; Multi drug resistance; Nosocomial infection; Regression
Mesh:
Year: 2020 PMID: 32838752 PMCID: PMC7446147 DOI: 10.1186/s12859-020-03566-7
Source DB: PubMed Journal: BMC Bioinformatics ISSN: 1471-2105 Impact factor: 3.169
Operational definition of variables
| Variables | Measurements | Definition | |
|---|---|---|---|
| Dependent | MDR Resistance | Discrete | Does the patient acquire a MDR infection during hospitalization? Yes or No |
| Independent | Sex | Discrete | Sex of the patients, Male or Female. |
| Age | Continous | Age (in years) during hospitalization | |
| Age Class | Discrete | 10 years class to witch the patient belong, from 1 to 10 | |
| Ward | Discrete | Ward where the patient was hospitalized, from 1 to 11 | |
| Time Period | Discrete | Time period in which the patient was hospitalized in a ward, from 1 to 14 | |
Fig. 1DSaaS future architecture. In dark gray are shown the operative modules described in this paper and already operative. In light gray are showed the modules that will be implemented in the future to perform data flow editing, R scripting and a Stewardship UI
Descriptive statistics for infected patients with/without an MDR urinary tract infection
| Variable | Infected Patients with MDR UTIs | Infected Patients without MDR UTIs |
|---|---|---|
| Summary statistics | ||
| Sex | Male: 267, Female: 500 | Male: 149, Female: 569 |
| Age | M: 70,0 (SD 25,5) | M: 59.5 (SD 28.7) |
| Age Class | ||
| Ward | ||
| Time Period (six-months) | ||
Performance evaluation of models using the test set. The standard deviation is reported in round brackets
| Method | AUC-ROC | Accuracy | AUC-PRC | F1 score | MCC | Sensitivity | Specificity |
|---|---|---|---|---|---|---|---|
| Catboost | 0.739 (0.021) | 0.717 (0.032) | 0.853 (0.028) | 0.809 (0.027) | 0.909 (0.026) | 0.904 (0.061) | 0.343 (0.052) |
| SVM | 0.628 (0.025) | 0.630 (0.057) | 0.752 (0.031) | 0.702 (0.033) | 0.810 (0.032) | 0.823 (0.042) | 0.254 (0.085) |
| NeuralNetworks | 0.652 (0.023) | 0.686 (0.019) | 0.801 (0.024) | 0.804 (0.016) | 0.878 (0.024) | 0.880 (0.077) | 0.288 (0.075) |