Skip to content

Latest commit

 

History

History
17 lines (17 loc) · 869 Bytes

README.md

File metadata and controls

17 lines (17 loc) · 869 Bytes

Diabetes-prediction

view project

Tool used in this project 🔨:

👉 frontend : HTML, CSS

👉 Backend : Flask

👉 Machine learning algorithm : Logistic Regression

👉 Deployed on Heroku Server


About ML Model


I have analyes the data and then preprocessed it to fix outliers, and null values
Then I use Two different algorithms

* SMV

* Logistic Regresion

As the target variable (Outcome) was a binary data type. THen Compare the acuracy of each model on training and testing data and choose the model with better acuracy score to build the web-app.

forthebadge