Skip to content

This repo related to the analysis of pima-indian-diabetes dataset

License

Notifications You must be signed in to change notification settings

eddieir/pima_indians_diabetes

Repository files navigation

This repo detecated to the analysis at the Pima-Indians diabetes which 768 row and 9 columns at the columns are :

0- preg = Number of times pregnant

1- plas = Plasma glucose concentration in an oral glucose tolerance test

2- pres = Diastolic blood pressure (mm Hg)

3- skin = Triceps skin fold thickness (mm)

4- test = 2-Hour serum insulin (mu U/ml)

5- mass = Body mass index (weight in kg/ (height in m) ^2)

6- pedi = Diabetes pedigree function

7- age = Age (years)

8- class = Class variable (1: tested positive for diabetes, 0: tested negative for diabetes)

The implementation done by using Keras and the accuracy and loss results are: accuracy

loss

As we could see from this model(the photo of the model is attached bellow) we got 80.95% accuracy which is higher than any results which exists over the Internet:

model

After the definition of the inital model I retrain the last model and I got the improvment at the accuracy which is 81.39% and the loss accuracy is also improved compare to the previous model:

8139_accuracy 8139_loss final_model

Releases

No releases published

Packages

No packages published

Languages