Pima Indians Diabetes
收藏资源简介:
该数据集包含768个Pima印第安患者的医疗详细记录。记录描述了患者的即时测量数据,如年龄、怀孕次数和血液检查结果。所有患者均为21岁以上的女性。所有属性均为数值型,单位因属性而异。每个记录都有一个类别值,表示患者在测量后5年内是否患有糖尿病(1表示是,0表示否)。这是一个在机器学习文献中广泛研究的标准数据集,预测准确率通常在70%-76%之间。
This dataset comprises detailed medical records of 768 Pima Indian patients. The records document immediate measurements of the patients, such as age, number of pregnancies, and blood test results. All patients are females over the age of 21. All attributes are numerical, with units varying by attribute. Each record includes a class value indicating whether the patient developed diabetes within five years of the measurement (1 for yes, 0 for no). This is a standard dataset extensively studied in machine learning literature, with prediction accuracy typically ranging between 70% and 76%.
Pima-Indians-Diabetes-DataSet-UCI
数据集概述
- 来源:Machine Learning Repository UCI
- 链接:Pima Indians Diabetes
数据集特征
- 观察数:768
- 患者特征:所有患者为21岁以上的女性,包含年龄、怀孕次数及血液检查等即时测量数据。
- 属性类型:所有属性为数值型,单位因属性而异。
目标变量
- 描述:记录是否在测量后5年内发生糖尿病(1表示发生,0表示未发生)。
预测性能
- 预测准确率:70%-76%
研究方法
- 分类方法:K最近邻分类方法




