Skip to content

erinhdsilva/DiabetesPredictor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Diabetes Predictor Model

Overview

This project involves developing a diabetes prediction model using Support Vector Machine (SVM) in Google Colab. The model is trained on the PIMA Indian Diabetes dataset, which includes features related to diabetes risk factors. The goal is to predict whether a person has diabetes based on their health data.

Dataset

The dataset used is the PIMA Indian Diabetes dataset. It includes the following features:

  • Pregnancies: Number of times pregnant
  • Glucose: Plasma glucose concentration
  • Blood Pressure: Diastolic blood pressure (mm Hg)
  • Skin Thickness: Triceps skin fold thickness (mm)
  • Insulin: 2-Hour serum insulin (mu U/ml)
  • BMI: Body mass index (weight in kg/(height in m)^2)
  • Diabetes Pedigree Function: A function that scores the likelihood of diabetes based on family history
  • Age: Age of the patient (in years)
  • Outcome: Target variable indicating diabetes status (0 = Non-Diabetic, 1 = Diabetic)

Setup

To run this notebook, use Google Colab and ensure you have the following libraries installed:

  • numpy
  • pandas
  • scikit-learn

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published