UTI-Diagnosis-Classification

U.T.I Diagnosis Classification

GitHub repo size

GitHub License

In this repository, the researchers utilized a hybrid approach using five (5) machine learning models and one (1) deep learning model to tune, train and evaluate using labaled urinalysis tests results. This repository is based on the implementation of methodology of the researchers capstone entitled – Optimizing UTI Diagnosis with Machine Learning and Artificial Neural Networks for Reducing Misdiagnoses by Agapay, N.K., Agdeppa, K.R., Dabalos, D.G., and Virtudez, J.L.. Moreover, The models were trained and evaluated using Python 3.10.6 and NVIDIA T4 x2 from Kaggle.

Dependencies

The user needs to install the prerequisites.

pip install -r requirements.txt

or

conda install --yes --file requirements.txt

Background

The burden of Urinary tract infections (UTIs) extends beyond the healthcare system, as it significantly impacts individuals’ quality of life and productivity (Medina et al., 2019). UTIs are a widespread and recurrent health problem that affects millions of individuals worldwide and can have various adverse effects on individuals, ranging from mild discomfort to severe complications. They can lead to significant morbidity and even mortality, especially among vulnerable populations such as the elderly, pregnant women, and individuals with compromised immune systems (Hooton, 2012). UTI symptoms can have a crucial impact on an individual’s physical and emotional well-being, disrupting daily activities and sleep patterns. Moreover, UTI can affect an individual’s productivity, leading to absences from work or school leading to decreased performance.

Methodology

The figure below illustrates the pipeline used for model selection and classification. The pipeline encompasses vital steps and processes for achieving unbiased classification results, including data exploration, data preparation, and model evaluation to ensure that the optimal model is selected for the system integration.

Visit original content creator repository https://github.com/kr-agdeppa/UTI-Diagnosis-Classification

Comments

One response to “UTI-Diagnosis-Classification”

Leave a Reply

Your email address will not be published. Required fields are marked *