SagarMandal7 / Multiple-Disease-Prediction-System-using-Machine-Learning

Multiple Disease Prediction System using Machine Learning: This project provides a streamlit web application for predicting multiple diseases, including diabetes, Parkinson's disease, and heart disease, using machine learning algorithms. The prediction models are deployed using Streamlit, a Python library for building interactive web applications.
MIT License
5 stars 1 forks source link

ML #1

Open likhitha1983 opened 3 weeks ago

likhitha1983 commented 3 weeks ago

Which machine learning algorithms are used in this project?

RamMarthi9 commented 2 weeks ago

Logistic regression can be used to predict things to start with. It predicts nominal data (type of disease) using an already-trained model.