azureeeeeeeeeeee / Diabetes-Prediction

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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/

About

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


Languages

Language:Jupyter Notebook 91.3%Language:Python 6.3%Language:HTML 0.6%Language:Shell 0.6%Language:Nushell 0.5%Language:PowerShell 0.3%Language:Batchfile 0.3%Language:CSS 0.1%