糖尿病数据集
用于预测糖尿病风险的表格数据集,包含血糖和BMI等生命体征。
基本信息
资源简介
该数据集用于预测个体患糖尿病的风险,包含血液葡萄糖浓度和BMI等生命体征数据,以表格形式呈现,适用于分类任务。
下载信息
注册下载
Tips: 该数据集需要在对应的数据源网站注册通过后,才能进行数据下载,注册有对应要求,或者需要收费。
暂未开放公开下载
Tips: 该数据集属于公开下载,应该可以免费公开下载。
免登录有偿下载
Tips: 该数据集 Qianfanghub 可以协助提供有偿下载服务,注意,服务不针对数据相关产权,只是技术服务费。
提供高速下载与技术交付服务(收技术服务费,非数据销售)
暂未开放千方医数集,医疗数据集部分,是为社区服务的公开医疗数据集搜索引擎,并不存储或者下载原始的任何数据。 如果您有其他医疗数据需求,可以和客服联系,或者下工单。我们有强大的三甲医疗机构帮助您提供个性化的医疗数据定制、采集、标注服务。
使用方式
数据集获取
git clone https://github.com/ekfiagbedzi/Diabetes_Dataset_Investigation_Proposal.git
curl -L -o repo.zip https://github.com/ekfiagbedzi/Diabetes_Dataset_Investigation_Proposal/archive/refs/heads/main.zip
unzip repo.zip
源站 README 摘录(使用方式)
DIABETES PREDICTION (CAPSTONE PROPOSAL)
This project is a requirement to graduate from the Machine Learning Engineer Nanodegree Programme offered by Udacity. It sought to build a model that could predict the risk of an individual being diabetic using vitals such as blood glucose concentration and bmi.
It includes a jupyter notebook named diabetes_prediction_proposal.ipynb, a pdf version of it named proposal.pdf and the diabetes dataset diabetes.csv to be used for the project.
The project gives the following;
- A background of the diabetes issue at hand.
- A problem statement.
- A brief description of the dataset including some sample code.
- A solution statement which clearly states what models would be trained.
- A Sample code for creating a dummy or baseline model to be use as a benchmark.
- The kind of evaluation metrics to be used to evaluate the model.
- How the model will be deployed.
- References.
- Acknowledgements.
This Proposal was accepted by Udacity.
MIT License
Copyright © 2020 Emmanuel Kwasi Fiagbedzi
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the “Software”), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
数据加载示例(表格/文本类)
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))
完整仓库:github.com/ekfiagbedzi/Diabetes_Dataset_Investigation_Proposal
精度瓶颈?数据缺失?
当前公开数据无法满足您的算法精度?千方提供针对 糖尿病 的高质量、多模态真实临床数据定制解决方案。




