Skip to content

hemanthm02/Diabetes-Project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Diabetes Project

Project Overview:

The Diabetes Project aims to revolutionize diabetes management through innovative technologies and data-driven approaches. This documentation serves as a guide for understanding the project's scope, goals, and implementation strategies.

This project focuses on predictive analysis for diabetes diagnosis using a dataset originally sourced from the National Institute of Diabetes and Digestive and Kidney Diseases.

The dataset contains various medical and demographic variables for a group of Pima Indian heritage females who are at least 21 years old.

The primary objective of this project is to develop a predictive model that can diagnostically predict whether a patient has diabetes based on the provided diagnostic measurements and demographic information.

Features And Description

Pregnancies:- Number of times pregnant Glucose:- Plasma glucose concentration a 2 hours in an oral glucose tolerance test BloodPressure:- Diastolic blood pressure (mm Hg) SkinThickness:- Triceps skin fold thickness (mm) Insulin-: 2-Hour serum insulin (mu U/ml) BMI:- Body mass index (weight in kg/(height in m)^2) DiabetesPedigreeFunction:- Diabetes pedigree function Age:- Age (years) Outcome:- Class variable (0 or 1)

We observe from the above plot that:

65.1% patients in the dataset do NOT have diabetes.

34.9% patients in the dataset has diabetes.

Conclusion:-

It has a descent level of precision, indicating that when it predicts positive cases (diabetic). It's correct about 65% of the time.

Out of the 768 patients, 268 have been diagnosed with diabetes.

Patients with high blood pressure has greater chances of diabetes.

An increase in Blood pressure BMI and skin thickness also increases.

Increasing level of glucose and insulin increases chances of diabetes.

About

This project is a data analysis and visualization of diabetes patient data using Python and Jupyter Notebook. It explores key health indicators like glucose level, BMI, pregnancies, and their correlation with diabetes outcomes.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors