Skip to content

Tiny18014/Diabetes-Prediction

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Diabetes Detection using Machine Learning

This repository contains a machine learning project to detect diabetes in individuals based on key health indicators. The model uses various classification algorithms, including Logistic Regression, Random Forest, and Gradient Boosting.

Introduction

Early detection of diabetes can significantly improve patient outcomes and quality of life. This project aims to develop a machine learning model to predict the likelihood of diabetes in individuals based on their health indicators such as glucose level, blood pressure, BMI, and more.

Dataset

The dataset used for this project is the Pima Indians Diabetes Database. It contains 8 features and 1 target variable indicating whether an individual has diabetes or not.

Model Evaluation

The performance of the models is evaluated using various metrics such as accuracy, precision, recall, and F1-score. Confusion matrices, ROC curves, and precision-recall curves are also plotted to provide a comprehensive evaluation.

About

The objective of the dataset is to diagnostically predict whether or not a patient has diabetes, based on certain diagnostic measurements included in the dataset. The primary objective of this project is to develop and evaluate a robust machine learning framework capable of detecting diabetes based on clinical and demographic data.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors