datasets
Training and evaluation data, with the modality, task and licence stated up front. Listed live from the Hugging Face Hub.
diabetes_eda_analysis
Diabetes Dataset — Exploratory Data Analysis (EDA)
This repository contains a diabetes-related tabular dataset and a complete Exploratory Data Analysis (EDA).The main objective of this project was to learn how to conduct a structured EDA, apply best practices, and extract meaningful insights from real-world health data.
The analysis includes correlations, distributions, group comparisons, class balance exploration, and statistical interpretations that illustrate how different… See the full description on the dataset page: https://huggingface.co/datasets/guyshilo12/diabetes_eda_analysis.diabetes-readmissionPort of the diabetes-readmission dataset from UCI (link here). See details there and use carefully.
Basic preprocessing done by the imodels team in this notebook.
The target is the binary outcome readmitted.
Sample usage
Load the data:
from datasets import load_dataset
dataset = load_dataset("imodels/diabetes-readmission")
df = pd.DataFrame(dataset['train'])
X = df.drop(columns=['readmitted'])
y = df['readmitted'].values
Fit a model:
import imodels
import numpy as np
m =… See the full description on the dataset page: https://huggingface.co/datasets/imodels/diabetes-readmission.cdc-diabetes-health-indicatorsafrica-synth-diabetes-diabetes-dataset-all
African Diabetes Synthetic Dataset (T2DM + GDM) | Africa (Electric Sheep Africa metadata inventory)
Size category: 10K<n<100K - Formats: csv - Sector: health - Engineered by Electric Sheep Africa
TL;DR
This dataset is part of the Electric Sheep Africa catalog on Hugging Face. It is indexed for African data discovery with standardized metadata, loading guidance, provenance notes, and analyst-oriented context.
What This Dataset Covers
Health… See the full description on the dataset page: https://huggingface.co/datasets/electricsheepafrica/africa-synth-diabetes-diabetes-dataset-all.pima-indians-diabetes-database
Pima Indians Diabetes Dataset Split
This directory contains split datasets of Pima Indians Diabetes Database.
For each splits, we have
Mock data: The mock data is a smaller dataset (10 rows for both train and test) that is used to test the model and data processing code.
Private data: Each private data contains 123-125 rows for training, and 32-33 rows for testing.
medical-diabetes
ACCESS REQUIREMENT - FOLLOW TO DOWNLOAD
This dataset requires following the author to access.
How to Access
Follow @shangshang on HuggingFace: https://huggingface.co/shangshang
Request access by commenting on the dataset page
Once approved, you will receive download permissions
Usage Agreement
For research and educational purposes only
Do not redistribute without permission
Cite the dataset in your work:
@misc{shangshang_dataset_2026… See the full description on the dataset page: https://huggingface.co/datasets/shangshang/medical-diabetes.asia-who-diabetes-treatment-coverage-tmentcrude
Diabetes treatment coverage, crude | Asia (WHO GHO)
🌏 4,752 observations · 48 Asia countries · 1990–2022 · Repackaged by Electric Sheep Asia
TL;DR
This dataset contains 4,752 observations of Diabetes treatment coverage, crude data across 48 Asia countries, spanning 1990–2022, covering 1 distinct indicators.
About the source
Source: WHO Global Health Observatory
Publisher: World Health Organization
License: cc-by-4.0
Topic: Diabetes treatment… See the full description on the dataset page: https://huggingface.co/datasets/electricsheepasia/asia-who-diabetes-treatment-coverage-tmentcrude.pima-indians-diabetes-database-partitions
Pima Indians Diabetes Dataset Split
This directory contains a dataset split for Pima Indians Diabetes Database.
Mock Data
The mock data is a smaller dataset (10 rows) that is used to test the model components.
Private Data
The private data is the remaining data that is used to train the model.
nhanes-diabetes-selected-attributes-386Selected 386 attributes. Diabetes type is not included.
Diabetes_UCInhanes-dataset-diabetes-classified-v3diabetes-readmissionPort of the diabetes-readmission dataset from UCI (link here). See details there and use carefully.
Basic preprocessing done by the imodels team in this notebook.
The target is the binary outcome readmitted.
Sample usage
Load the data:
from datasets import load_dataset
dataset = load_dataset("imodels/diabetes-readmission")
df = pd.DataFrame(dataset['train'])
X = df.drop(columns=['readmitted'])
y = df['readmitted'].values
Fit a model:
import imodels
import numpy as np
m =… See the full description on the dataset page: https://huggingface.co/datasets/aai540-group3/diabetes-readmission.synthetic-diabetes-hypertension-NCD-screening-WHO-HEARTS
Synthetic Diabetes & Hypertension NCD Screening Dataset (Adults 18-80) | Africa (Electric Sheep Africa metadata inventory)
Size category: 10K<n<100K - Formats: csv - Sector: health - Engineered by Electric Sheep Africa
TL;DR
This dataset is part of the Electric Sheep Africa catalog on Hugging Face. It is indexed for African data discovery with standardized metadata, loading guidance, provenance notes, and analyst-oriented context.
What This Dataset… See the full description on the dataset page: https://huggingface.co/datasets/electricsheepafrica/synthetic-diabetes-hypertension-NCD-screening-WHO-HEARTS.african-diabetes-dataset
African Diabetes Synthetic Dataset
Type 2 Diabetes & Gestational Diabetes Prediction
Version: 1.0Release Date: November 2024Context: Sub-Saharan Africa (24M adults with diabetes, projected 55M by 2045)License: Research & Educational Use
Abstract
We present synthetic datasets for Type 2 Diabetes Mellitus (T2DM) and Gestational Diabetes Mellitus (GDM) modeling in Sub-Saharan Africa, addressing the rising NCD epidemic. With diabetes prevalence of 4-7% (urban:… See the full description on the dataset page: https://huggingface.co/datasets/Ssentongo/african-diabetes-dataset.asia-who-prevalence-of-diabetes-enceagestd
Prevalence of diabetes, age-standardized | Asia (WHO GHO)
🌏 9,504 observations · 48 Asia countries · 1990–2022 · Repackaged by Electric Sheep Asia
TL;DR
This dataset contains 9,504 observations of Prevalence of diabetes, age-standardized data across 48 Asia countries, spanning 1990–2022, covering 1 distinct indicators.
About the source
Source: WHO Global Health Observatory
Publisher: World Health Organization
License: cc-by-4.0
Topic:… See the full description on the dataset page: https://huggingface.co/datasets/electricsheepasia/asia-who-prevalence-of-diabetes-enceagestd.Synthetic-Diabetes-Dataset
⛽ Synthetic Diabetes Data
This dataset contains various features that are helpful for predicting if a patient has diabetes. The data is compiled into a single csv file for analysis and model training.
📁 Dataset Description
Contains synthetic data on based on synthetic patient information.
Columns
The dataset includes the following columns:
abdominal_obesity (int)
alcohol_consumption_per_week (int):
The amount of alcohol consumption per week of the patient.… See the full description on the dataset page: https://huggingface.co/datasets/MaxPrestige/Synthetic-Diabetes-Dataset.diabetes-hypertension-ncd
Diabetes & Hypertension Dual Burden (NCD Screening, Treatment, Complications) | Africa (Electric Sheep Africa metadata inventory)
Size category: 10K<n<100K - Formats: csv - Sector: health - Engineered by Electric Sheep Africa
TL;DR
This dataset is part of the Electric Sheep Africa catalog on Hugging Face. It is indexed for African data discovery with standardized metadata, loading guidance, provenance notes, and analyst-oriented context.
What This… See the full description on the dataset page: https://huggingface.co/datasets/electricsheepafrica/diabetes-hypertension-ncd.africa-synth-diabetes-ncd-diabetes-hypertension-all
Synthetic Diabetes & Hypertension NCD Screening Dataset (Adults 18-80) | Africa (Electric Sheep Africa metadata inventory)
Size category: 10K<n<100K - Formats: csv - Sector: health - Engineered by Electric Sheep Africa
TL;DR
This dataset is part of the Electric Sheep Africa catalog on Hugging Face. It is indexed for African data discovery with standardized metadata, loading guidance, provenance notes, and analyst-oriented context.
What This Dataset… See the full description on the dataset page: https://huggingface.co/datasets/electricsheepafrica/africa-synth-diabetes-ncd-diabetes-hypertension-all.chatbot-diabetes-historyCDC_Diabetes_Health_Indicatorsdiabetes-qms-benchmark
Diabetes Diagnostic Device Manufacturing QC Benchmark
This dataset contains de-identified manufacturing quality-control (QC), calibration, and analytical process records generated during routine production of diabetes diagnostic medical devices (glucose test strips and HbA1c analyzers). It was compiled to support research on leakage-safe, temporally validated AI-enabled quality-management systems (AI-QMS) for predictive process monitoring.
The data describe manufacturing and… See the full description on the dataset page: https://huggingface.co/datasets/BekzatK/diabetes-qms-benchmark.diabetes_prediction_datasetbrfss2015-diabetes-detection
BRFSS 2015 — Detección temprana de riesgo de diabetes
Dataset preprocesado derivado del Behavioral Risk Factor Surveillance System (BRFSS) 2015
del CDC (Centers for Disease Control and Prevention, EE.UU.), utilizado para entrenar
el modelo de detección temprana de riesgo de diabetes del TFM en el Máster en Data
Science de KSchool (2025–2026).
Modelo entrenado con este dataset: lgbm-diabetes-early-detectionDemo interactiva: diabetes-risk-demo — HF SpacesRepositorio: TFM — GitHub… See the full description on the dataset page: https://huggingface.co/datasets/Jesusrodriguezf90/brfss2015-diabetes-detection.diabetesdiabetesdiabetes
Dataset Card for Auditor_Review
This file is a copy, the original version is hosted at data.world
diabetesasia-who-prevalence-of-diabetes-lencecrude
Prevalence of diabetes, crude | Asia (WHO GHO)
🌏 9,504 observations · 48 Asia countries · 1990–2022 · Repackaged by Electric Sheep Asia
TL;DR
This dataset contains 9,504 observations of Prevalence of diabetes, crude data across 48 Asia countries, spanning 1990–2022, covering 1 distinct indicators.
About the source
Source: WHO Global Health Observatory
Publisher: World Health Organization
License: cc-by-4.0
Topic: Prevalence of diabetes, crude… See the full description on the dataset page: https://huggingface.co/datasets/electricsheepasia/asia-who-prevalence-of-diabetes-lencecrude.asia-owid-death-rate-from-diabetes-who-mdb
Death Rate From Diabetes Who Mdb | Asia (Our World in Data)
🌏 866 observations · 32 Asia countries · 1950–2023 · Repackaged by Electric Sheep Asia
TL;DR
This dataset contains 866 observations of Death Rate From Diabetes Who Mdb data across 32 Asia countries, spanning 1950–2023.
About the source
Source: Our World in Data
Publisher: Our World in Data
License: cc-by-4.0
Topic: Death Rate From Diabetes Who Mdb
Geographic coverage… See the full description on the dataset page: https://huggingface.co/datasets/electricsheepasia/asia-owid-death-rate-from-diabetes-who-mdb.africa-diabetes-comoros
SSA Comorbidities Dataset (Adults, Multi-ancestry) | Africa (Electric Sheep Africa metadata inventory)
Size category: 10K<n<100K - Formats: parquet - Sector: health - Engineered by Electric Sheep Africa
TL;DR
This dataset is part of the Electric Sheep Africa catalog on Hugging Face. It is indexed for African data discovery with standardized metadata, loading guidance, provenance notes, and analyst-oriented context.
What This Dataset Covers… See the full description on the dataset page: https://huggingface.co/datasets/electricsheepafrica/africa-diabetes-comoros.
