Early Stage Diabetes Risk Prediction
Donated on 7/11/2020
This dataset contains the sign and symptpom data of newly diabetic or would be diabetic patient.
Dataset Characteristics
Multivariate
Subject Area
Computer Science
Associated Tasks
Classification
Feature Type
Categorical, Integer
# Instances
520
# Features
16
Dataset Information
Additional Information
This has been col- lected using direct questionnaires from the patients of Sylhet Diabetes Hospital in Sylhet, Bangladesh and approved by a doctor.
Has Missing Values?
Yes
Introductory Paper
By M. M. F. Islam, Rahatara Ferdousi, Sadikur Rahman, Humayra Yasmin Bushra. 2019
Published in Computer Vision and Machine Intelligence in Medical Image Analysis
Variables Table
Variable Name | Role | Type | Demographic | Description | Units | Missing Values |
---|---|---|---|---|---|---|
age | Feature | Integer | Age | no | ||
gender | Feature | Categorical | Gender | no | ||
polyuria | Feature | Binary | no | |||
polydipsia | Feature | Binary | no | |||
sudden_weight_loss | Feature | Binary | no | |||
weakness | Feature | Binary | no | |||
polyphagia | Feature | Binary | no | |||
genital_thrush | Feature | Binary | no | |||
visual_blurring | Feature | Binary | no | |||
itching | Feature | Binary | no |
0 to 10 of 17
Additional Variable Information
Age 1.20-65 Sex 1. Male, 2.Female Polyuria 1.Yes, 2.No. Polydipsia 1.Yes, 2.No. sudden weight loss 1.Yes, 2.No. weakness 1.Yes, 2.No. Polyphagia 1.Yes, 2.No. Genital thrush 1.Yes, 2.No. visual blurring 1.Yes, 2.No. Itching 1.Yes, 2.No. Irritability 1.Yes, 2.No. delayed healing 1.Yes, 2.No. partial paresis 1.Yes, 2.No. muscle stiness 1.Yes, 2.No. Alopecia 1.Yes, 2.No. Obesity 1.Yes, 2.No. Class 1.Positive, 2.Negative.
Dataset Files
File | Size |
---|---|
diabetes_data_upload.csv | 33.9 KB |
Reviews
There are no reviews for this dataset yet.
pip install ucimlrepo
from ucimlrepo import fetch_ucirepo # fetch dataset early_stage_diabetes_risk_prediction = fetch_ucirepo(id=529) # data (as pandas dataframes) X = early_stage_diabetes_risk_prediction.data.features y = early_stage_diabetes_risk_prediction.data.targets # metadata print(early_stage_diabetes_risk_prediction.metadata) # variable information print(early_stage_diabetes_risk_prediction.variables)
Early Stage Diabetes Risk Prediction [Dataset]. (2020). UCI Machine Learning Repository. https://doi.org/10.24432/C5VG8H.
DOI
License
This dataset is licensed under a Creative Commons Attribution 4.0 International (CC BY 4.0) license.
This allows for the sharing and adaptation of the datasets for any purpose, provided that the appropriate credit is given.