Skip to content

asad-centrox/Diabetes_Predictor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Diabetes Prediction Project

This project aims to predict diabetes based on various health parameters. It analyzes and build classification models to identify diabetes risk.

Dataset

The dataset includes the following columns:

  • Pregnancies: Number of times pregnant
  • Glucose: Plasma glucose concentration after 2 hours
  • BloodPressure: Diastolic blood pressure (mm Hg)
  • SkinThickness: Triceps skinfold 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, where 1 indicates diabetes)

Installation

To run this project, install the necessary packages:

pip3 install pandas numpy seaborn matplotlib scikit-learn xgboost

These packages are used for data analysis and building classification models.

Conclusion

This project provides a practical approach to predicting diabetes using machine learning techniques. The analysis and models help understand the relationships between health parameters and diabetes risk. For more details and the complete analysis, refer to the Diabetes_pred.ipynb notebook.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published