0% found this document useful (0 votes)
25 views1 page

Minor Project: Project Name: Project Description

Uploaded by

Roshini Vannoj
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
25 views1 page

Minor Project: Project Name: Project Description

Uploaded by

Roshini Vannoj
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

MINOR PROJECT

• Project Name:
Data Science December Minor Project
• Project Description:
Create a machine learning model to predict that the person has diabetes or not.

Context: The dataset is originally from the National Institute of Diabetes and Digestive and
Kidney Diseases. The objective of the dataset is to diagnostically predict whether or not a
patient has diabetes, based on certain diagnostic measurements included in the dataset.

Content: The dataset consists of several features like number of pregnancies, BMI, Age, Blood
Pressure, Insulin level, Glucose level, Diabetes Pedigree Function and the target variable the
outcome i.e. is the person suffering from diabetes (1) or not (0).

Dataset Link: https://www.kaggle.com/uciml/pima-indians-diabetes-database

Steps to consider:
1. Create a Dataframe from the dataset
2. Perform Exploratory Data Analysis
3. Consider the data into features and Target(splice into input and output)
4. Split data into training and testing
5. Perform preprocessing (if required)
6. Apply ML algorithm (using Sklearn library) for the above training data
7. Predict for Testing Data
8. Evaluate the test result by considering Accuracy Score, Confusion Matrix

You might also like