Comparison of methods for balancing data in SVM.
用于比较SVM中数据平衡方法的冠心病相关数据集,包含SMOTE-ENN、PCA与多种机器学习分类器的诊断预测研究。
基本信息
资源简介
Comparison of methods for balancing data in SVM.
【数据集背景】
源站首次发布:2025-08-07。
【数据内容】
源站原始描述:Coronary heart disease (CHD) is a major cardiovascular disorder that poses significant threats to global health and is increasingly affecting younger populations. Its treatment and prevention face challenges such as high costs, prolonged recovery periods, and limited efficacy of traditional methods. Additionally, the complexity of diagnostic indicators and the global shortage of medical professionals further complicate accurate diagnosis. This study employs machine learning techniques to analyze…
【数据结构与技术规格】
文件数 1 个,合计 5.63 KB。Table 10.xls:application/vnd.ms-excel,5.63 KB。数据集 DOI:10.1371/journal.pone.0327569.t010。
【主题与分类】
源站学科分类:Medicine、Biotechnology、Biological Sciences not elsewhere classified、Information Systems not elsewhere classified、Science Policy。主题标签:related pathogenic factors、prolonged recovery periods、principal component analysis、poses significant threats、major cardiovascular disorder、complicate accurate diagnosis、random forest model、data imbalance issue、27 %, respectively、03 %, respectively。
【适用方向】
结构化表格数据可直接用于统计建模、特征工程与队列分析。
【获取与许可】
源站页面:https://plos.figshare.com/articles/dataset/Comparison_of_methods_for_balancing_data_in_SVM_/29853911
使用许可:CC BY 4.0(https://creativecommons.org/licenses/by/4.0/)。
规范引用:Wei, Xinyi; Shi, Boyu (2025). Comparison of methods for balancing data in SVM.. PLOS ONE. Dataset
下载信息
注册下载
需要注册 Kaggle 账号并登录后下载,适合需要跟踪下载记录和使用 API 的用户。
暂未开放公开下载
无需注册即可直接获取公开样本或文档,适合快速预览和评估数据集质量。
免登录有偿下载
公开数据集受托下载与技术交付服务。
提供高速下载与技术交付服务(收技术服务费,非数据销售)
暂未开放当前数据集主要来源为 Kaggle 公开托管,完整影像包建议通过原始链接或 Kaggle API 获取。
使用方式
数据集获取(Figshare)
- 源站标题:Comparison of methods for balancing data in SVM.
- DOI:10.1371/journal.pone.0327569.t010
- 发布日期:2025-08-07
- 文件数:1 个
- 文件总体积:5.63 KB
- 源站页面:https://plos.figshare.com/articles/dataset/Comparison_of_methods_for_balancing_data_in_SVM_/29853911
命令行下载
curl -L -o "Table 10.xls" "https://ndownloader.figshare.com/files/57013211"
文件清单
Table 10.xls(5.63 KB)
文件总体积 5.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) # 要求 子目录=类别
目录组织与标注格式以源站说明和下载后实际文件为准。
数据说明
Coronary heart disease (CHD) is a major cardiovascular disorder that poses significant threats to global health and is increasingly affecting younger populations. Its treatment and prevention face challenges such as high costs, prolonged recovery periods, and limited efficacy of traditional methods. Additionally, the complexity of diagnostic indicators and the global shortage of medical professionals further complicate accurate diagnosis. This study employs machine learning techniques to analyze CHD-related pathogenic factors and proposes an efficient diagnostic and predictive framework. To address the data imbalance issue, SMOTE-ENN is utilized, and five machine learning algorithms—Decision Trees, KNN, SVM, XGBoost, and Random Forest—are applied for classification tasks. Principal Component Analysis (PCA) and Grid Search are used to optimize the models, with evaluation metrics including accuracy, precision, recall, F1-score, and AUC. According to the random forest model’s optimization experiment, the initial unbalanced data’s accuracy was 85.26%, and the F1-score was 12.58%. The accuracy increased to 92.16% and the F1-score reached 93.85% after using SMOTE-ENN for data balancing, which is an increase of 6.90% and 81.27%, respectively; the model accuracy increased to 97.91% and the F1-score increased to 97.88% after adding PCA feature dimensionality reduction processing, which is an increase of 5.75% and 4.03%, respectively, compared with the SMOTE-ENN stage. This indicates that combining data balancing and feature dimensionality reduction techniques significantly improves model accuracy and makes the random forest model the best model. This study provides an efficient diagnostic tool for CHD, alleviates the challenges posed by limited medical resources, and offers a scientific foundation for precise prevention and intervention strategies.
许可
CC BY 4.0
引用
学术使用请引用 DOI 10.1371/journal.pone.0327569.t010(source: https://plos.figshare.com/articles/dataset/Comparison_of_methods_for_balancing_data_in_SVM_/29853911)。
数据缺失?
依托陕西、四川两大基地,我们与超过十家三甲医院建立直接合作关系,覆盖合规授权、采集治理、专业标注、数据交付的全流程,为AI医疗团队提供即拿即用的高质量临床数据。
⚡️ 需要数据支持或标注服务?立即联系我们获取专业方案。




