Skip to content

Course Assignment for Introduction to Intelligent Systems (IIS) Course at IIITD, Winter'2021

Notifications You must be signed in to change notification settings

arnav10goel/Diabetes-Predictor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Diabetes-Predictor

Data Pre-processing

We use the dataset provided which has 8 variables about a person i.e. Pregnancies,Glucose,BloodPressure,SkinThickness,Insulin,BMI,DiabetesPedigreeFunction,Age. It then gives a binary outcome about whether or not that person is suffering from Diabetes.

Using Logistic Regression

We split the data and use 20% of it to train our Logistic Regression Model and then use the 80% of the remaining data to test our results. We then demonstrate the results using a confusion matrix.

This project was done as a part of the course - Introduction to Intelligent Systems (Winter 2021).

About

Course Assignment for Introduction to Intelligent Systems (IIS) Course at IIITD, Winter'2021

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published