/Diabetes-Prediction

A binary classification problem side project using scikit-learn to predict diabetes risk of someone based on the input

Primary LanguageJupyter Notebook

Diabetes Prediction

A simple classification problem side-project using Logistic Regression with the implementation of scikit-learn's LogisticRegression() model

Data Collection

All the data im using is from Kaggle

Data Cleaning

Data cleaning tool i use is python's pandas

Model

For the model, i chose scikit-learn's LogisticRegression() model

The model has a teest score of 0.8472

Deployment

Im using Render for the deployment

You can view the site using this link : https://diabetes-prediction-kf29.onrender.com/