糖尿病数据集
Kaggle糖尿病数据集,包含用于研究糖尿病指标和结果的数值数据。
基本信息
资源简介
该数据集来源于Kaggle上的糖尿病数据集,包含用于研究糖尿病指标和结果的各种数值型数据,适用于糖尿病预测或分析任务。
下载信息
注册下载
Tips: 该数据集需要在对应的数据源网站注册通过后,才能进行数据下载,注册有对应要求,或者需要收费。
暂未开放公开下载
Tips: 该数据集属于公开下载,应该可以免费公开下载。
免登录有偿下载
Tips: 该数据集 Qianfanghub 可以协助提供有偿下载服务,注意,服务不针对数据相关产权,只是技术服务费。
提供高速下载与技术交付服务(收技术服务费,非数据销售)
暂未开放千方医数集,医疗数据集部分,是为社区服务的公开医疗数据集搜索引擎,并不存储或者下载原始的任何数据。 如果您有其他医疗数据需求,可以和客服联系,或者下工单。我们有强大的三甲医疗机构帮助您提供个性化的医疗数据定制、采集、标注服务。
使用方式
数据集获取
git clone https://github.com/ssallonni/DiabetesDataset.git
curl -L -o repo.zip https://github.com/ssallonni/DiabetesDataset/archive/refs/heads/main.zip
unzip repo.zip
源站 README 摘录(使用方式)
Introduction:
Access to quick, inexpensive medical diagnostics is a major problem in many regions of the world, particularly in those where healthcare is privatized. Diabetes is a common chronic illness that needs to be managed closely from the beginning to avoid serious consequences. However, delayed diagnosis is frequently the result of high costs and restricted availability of routine medical examinations, especially for those living in underprivileged neighborhoods. This study aims to address the problem of limited access to affordable and timely medical diagnostics by creating multiple predictive algorithms that evaluate the risk of diabetes using easily accessible medical and demographic data. Our goal is to identify an algorithm that best offers a practical and cost-effective method to identify individuals at high risk of diabetes by focusing on the impacts of Body Mass Index (BMI) on diabetes outcomes, insulin levels, and glucose levels. This approach not only enhances early detection but also empowers individuals to proactively manage their health, leading to improved overall health outcomes and reduced strain on healthcare systems.
Problem Statement:
This research aims to create multiple predictive algorithms that evaluate the risk of diabetes using easily accessible medical and demographic data. We hope to find an algorithm that can best offer a practical and affordable way to identify those who are at high risk of diabetes by concentrating on the relationship between BMI, Insulin levels, and glucose levels.
Research Question:
What are the impacts of BMI on diabetes outcomes, insulin, and glucose levels, and which predictive model best demonstrates the strength of these relationships?
Hypothesis:
Higher BMI is associated with higher glucose levels and insulin resistance, leading to an increased likelihood of diabetes. By analyzing these interactions, we can create a predictive model to identify high-risk individuals.
Dataset Description:
Our dataset was sourced from the diabetes dataset on Kaggle and the The file we downloaded and used was diabetes.csv. Our Diabetes dataset holds various numerical values used to study indicators and outcomes. https://www.kaggle.com/datasets/mathchi/diabetes-data-set
数据加载示例(表格/文本类)
import pandas as pd, glob, os
files = (glob.glob(os.path.join(path, "**", "*.csv"), recursive=True)
+ glob.glob(os.path.join(path, "**", "*.tsv"), recursive=True)
+ glob.glob(os.path.join(path, "**", "*.xlsx"), recursive=True))
print("数据文件:", files)
df = pd.read_csv(files[0])
print(df.shape); print(df.columns.tolist()); print(df.head(3))
精度瓶颈?数据缺失?
当前公开数据无法满足您的算法精度?千方提供针对 糖尿病 的高质量、多模态真实临床数据定制解决方案。




