慢性阻塞性肺疾病合并血管疾病预测模型数据集
包含6274名COPD患者临床表格数据,用于机器学习模型识别合并血管疾病,堆叠模型AUC达0.867。
基本信息
资源简介
慢性阻塞性肺疾病合并血管疾病预测模型数据集
【数据集背景】
本数据集源站标题为《A machine-learning model to identify concurrent vascular disease in symptomatic patients with chronic obstructive pulmonary disease》,为 A machine-learning model to identify concurrent vascular disease in symptomatic patients with chronic obstructive pulmonary disease 的组成部分。配套论文《A machine-learning model to identify concurrent vascular disease in symptomatic patients with chronic obstructive pulmonary disease》发表于 Annals of Medicine(2025),DOI:10.1080/07853890.2025.2588285。项目资助方:This study funded by the Scientific Research Project of Sichuan Provincial Health Commission in 2018 (Project No. 18PJ567) and Medical Research Project of Sichuan Medical Association in 2022 (Project No. S21012).。源站首次发布:2025-11-21。
【数据内容】
源站原始描述:Chronic obstructive pulmonary disease (COPD) is a complex, heterogeneous syndrome often accompanied by vascular diseases that worsen prognosis and quality of life. This study aimed to develop a machine learning model to identify concurrent vascular diseases in symptomatic COPD patients. We retrospectively analyzed data from 6,274 COPD patients treated between July 2010 and July 2018. Patients were randomly split into training and validation sets (7:3). After feature selection using LASSO regress…
【数据结构与技术规格】
文件数 2 个,合计 26.63 KB。iann_a_2588285_sm5595.docx:application/vnd.openxmlformats-officedocument.wordprocessingml.document,14.18 KB。iann_a_2588285_sm5594.docx:application/vnd.openxmlformats-officedocument.wordprocessingml.document,12.45 KB。数据集 DOI:10.6084/m9.figshare.30675962.v1。
【主题与分类】
源站学科分类:Medicine、Biotechnology、Sociology、Biological Sciences not elsewhere classified、Information Systems not elsewhere classified、Marine Biology。主题标签:Machine-learning、prediction model、vascular disease、chronic obstructive pulmonary disease、retrospective study。
【适用方向】
结构化表格数据可直接用于统计建模、特征工程与队列分析。
【获取与许可】
源站页面:https://tandf.figshare.com/articles/dataset/A_machine-learning_model_to_identify_concurrent_vascular_disease_in_symptomatic_patients_with_chronic_obstructive_pulmonary_disease/30675962
使用许可:CC BY 4.0(https://creativecommons.org/licenses/by/4.0/)。
规范引用:A machine-learning model to identify concurrent vascular disease in symptomatic patients with chronic obstructive pulmonary disease. Taylor & Francis. Gu, Yufeng; Chen, Ping; Wang, Shuhong
【使用注意】
· 源站最后修改于 2026-01-21,引用时请注意版本时效。
下载信息
注册下载
需要注册 Kaggle 账号并登录后下载,适合需要跟踪下载记录和使用 API 的用户。
暂未开放公开下载
无需注册即可直接获取公开样本或文档,适合快速预览和评估数据集质量。
免登录有偿下载
公开数据集受托下载与技术交付服务。
提供高速下载与技术交付服务(收技术服务费,非数据销售)
暂未开放当前数据集主要来源为 Kaggle 公开托管,完整影像包建议通过原始链接或 Kaggle API 获取。
使用方式
数据集获取(Figshare)
- 源站标题:A machine-learning model to identify concurrent vascular disease in symptomatic patients with chronic obstructive pulmonary disease
- DOI:10.6084/m9.figshare.30675962.v1
- 发布日期:2025-11-21
- 文件数:2 个
- 文件总体积:26.63 KB
- 源站页面:https://tandf.figshare.com/articles/dataset/A_machine-learning_model_to_identify_concurrent_vascular_disease_in_symptomatic_patients_with_chronic_obstructive_pulmonary_disease/30675962
命令行下载
curl -L -o "iann_a_2588285_sm5595.docx" "https://ndownloader.figshare.com/files/59751053"
curl -L -o "iann_a_2588285_sm5594.docx" "https://ndownloader.figshare.com/files/59751056"
文件清单
iann_a_2588285_sm5595.docx(14.18 KB)iann_a_2588285_sm5594.docx(12.45 KB)
文件总体积 26.63 KB(源站 API 实测)。
数据加载示例(图像类)
from PIL import Image
import glob, os
files = (glob.glob(os.path.join(path, "**", "*.png"), recursive=True)
+ glob.glob(os.path.join(path, "**", "*.jpg"), recursive=True)
+ glob.glob(os.path.join(path, "**", "*.tif"), recursive=True))
print("图像文件数:", len(files))
img = Image.open(files[0]); print("尺寸/模式:", img.size, img.mode)
# torchvision Dataset 方式:
# from torchvision import datasets
# ds = datasets.ImageFolder(path) # 要求 子目录=类别
目录组织与标注格式以源站说明和下载后实际文件为准。
数据说明
Chronic obstructive pulmonary disease (COPD) is a complex, heterogeneous syndrome often accompanied by vascular diseases that worsen prognosis and quality of life. This study aimed to develop a machine learning model to identify concurrent vascular diseases in symptomatic COPD patients.
We retrospectively analyzed data from 6,274 COPD patients treated between July 2010 and July 2018. Patients were randomly split into training and validation sets (7:3). After feature selection using LASSO regression, eight machine learning algorithms—including Logistic Regression, Random Forest, Gradient Boosting, Support Vector Machine, Neural Network, Convolutional Neural Network, AdaBoost, and Stacked Generalization (Stacking)—were applied to develop and validate predictive models. Performance was evaluated using AUC, calibration curves, and decision curve analysis (DCA).
The Stacking model achieved the highest AUC (0.867; 95% CI: 0.852–0.882), with 79.4% accuracy, 74.9% sensitivity, and 84.0% specificity. It also demonstrated excellent calibration and, on DCA, provided the highest net clinical benefit within the threshold probability range of 0.1–0.5. At a 0.2 threshold, the model could prevent approximately 35% of unnecessary interventions compared to a “treat-all” approach, while identifying about 75% of high-risk patients relative to a “treat-none” strategy.
The Stacking machine-learning model showed superior performance in identifying concurrent vascular disease among symptomatic COPD patients, offering strong discriminative ability, calibration, and clinical utility. It may serve as an effective decision-support tool to optimize diagnostic evaluation in this high-risk subgroup.
许可
CC BY 4.0
引用
学术使用请引用 DOI 10.6084/m9.figshare.30675962.v1(source: https://tandf.figshare.com/articles/dataset/A_machine-learning_model_to_identify_concurrent_vascular_disease_in_symptomatic_patients_with_chronic_obstructive_pulmonary_disease/30675962)。
数据缺失?
依托陕西、四川两大基地,我们与超过十家三甲医院建立直接合作关系,覆盖合规授权、采集治理、专业标注、数据交付的全流程,为AI医疗团队提供即拿即用的高质量临床数据。
⚡️ 需要数据支持或标注服务?立即联系我们获取专业方案。




