An open API service indexing awesome lists of open source software.

https://github.com/melisa-karatas/machine_learning_based_prediction_on_diabetes_dataset

This projects aims to develope a diabetese prediction model using machine learning when fundamental values are given.
https://github.com/melisa-karatas/machine_learning_based_prediction_on_diabetes_dataset

analysis database dataset dataset-analyse dataset-analysis diabetes machine-learning random-forest

Last synced: 3 months ago
JSON representation

This projects aims to develope a diabetese prediction model using machine learning when fundamental values are given.

Awesome Lists containing this project

README

          

# Machine_Learning_Based_Prediction_On_Diabetes_Dataset
This projects aims to develope a diabetese prediction model using machine learning when fundamental values are given.
_________
This dataset is originally from the National Institute of Diabetes and Digestive and KidneyDiseases. The objective of the dataset is to diagnostically predict whether a patient has diabetes,based on certain diagnostic measurements included in the dataset. Several constraints were placedon the selection of these instances from a larger database. In particular, all patients here are femalesat least 21 years old of Pima Indian heritage.

* Pregnancies: To express the Number of pregnancies

* Glucose: To express the Glucose level in blood

* BloodPressure: To express the Blood pressure measurement

* SkinThickness: To express the thickness of the skin

* Insulin: To express the Insulin level in blood

* BMI: To express the Body mass index

* DiabetesPedigreeFunction: To express the Diabetes percentage

* Age: To express the age

* Outcome: To express the final result 1 is Yes and 0 is No