Integrated Multiple Disease Prediction Model: A Machine Learning Approach for Enhanced Healthcare Decision Support
摘要
Nowadays machine learning models play an important role in disease prediction and diagnosis in the healthcare industry. Many current machine learning models for healthcare focus on analyzing one disease at a time, such as diabetes, heart disease, or Parkinson’s disease. There is a lack of a unified system that can predict multiple diseases in a single analysis on a single platform. This article introduces a system that predicts three diseases: diabetes mellitus, heart disease, and Parkinson’s disease. The approach involves employing machine learning algorithms including SVM, logistic regression, Python, and the Python-based library Streamlit for implementation. Python pickling is used to save and load model behavior, ensuring flexibility. The significance of this system lies in its comprehensive analysis, considering various parameters that contribute to each disease. For instance, the diabetes analysis is on the essential parameters like skin thickness, pregnancy, diabetes pedigree function, glucose, age, BMI, blood pressure, and insulin. The saved model behavior is stored as a Python pickle file, and Streamlit is designed to receive disease parameters from users and invoke the corresponding model, which will provide the patient’s status as output. This analysis aims to cover the diseases, allowing for proactive monitoring of patients’ conditions and early warnings to reduce mortality rates.