Skip to content

Om-Shankar-Thakur/diabetes-Predict

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

diabetes-Predict

Diabetes Prediction

In this project, the objective is to predict whether the patient has diabetes or not based on various features like Glucose level, Insulin, Age, BMI. We will perform all the steps from Data gathering to Model deployment. During Model evaluation, we compare various machine learning algorithms on the basis of accuracy_score metric and find the best one.

Overview

In this project, the objective is to predict whether the person has Diabetes or not based on various features such as:

  • Pregnancies
  • Insulin Level
  • Age
  • BMI.

The data set that has used in this project has taken from the kaggle . "This 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. Several constraints were placed on the selection of these instances from a larger database. In particular, all patients here are females at least 21 years old of Pima Indian heritage." and used a simple random forest classifier.

Motivation

The motivation was to experiment with end to end machine learning project and get some idea about deployment platform like Heroku and offcourse this " Diabetes is an increasingly growing health issue due to our inactive lifestyle. If it is detected in time then through proper medical treatment, adverse effects can be prevented. To help in early detection, technology can be used very reliably and efficiently. Using machine learning we have built a predictive model that can predict whether the patient is diabetes positive or not.". This is also sort of fun to work on a project like this which could be beneficial for the society.

Learning Objective

The following points were the objective of the project. (The main intention was to create an end-to-end ML project.)

  • Data gathering
  • Descriptive Analysis
  • Data Visualizations
  • Data Preprocessing
  • Data Modelling
  • Model Evaluation

Technical Aspect

  • Training a machine learning model using scikit-learn.
  • A user has to put details like Number of Pregnancies, Insulin Level, Age, BMI etc .
  • Once it get all the fields information , the prediction is displayed.