超声心动图数据集

该数据集包含心脏病患者的医疗记录,数据模态为临床表格,涵盖生存时间、是否存活、年龄、心脏状况等多项指标,主要用于预测患者是否能在心脏病发作后至少存活两年的研究,支持心脏病生存预测和临床风险评估等应用。

github
2021-12-25 更新
浏览 10
心脏病医疗生存预测

基本信息

创建/更新时间
2021-12-25

资源简介

该数据集是一个心脏病患者的医疗记录数据集,包含生存时间、是否存活、年龄、心脏状况等多项临床指标。数据来源于心脏病患者的医疗记录,用于预测患者是否能在心脏病发作后至少存活两年。主要研究方向包括心脏病生存预测、临床风险评估和医疗数据分析。

原始链接

https://github.com/myamiri/Analysis-for-Echocardiogram-Dataset

访问原始数据

官方服务

如需原始数据获取支持或标注服务,请联系我们。

帮我联系

下载信息

注册下载

Tips: 该数据集需要在对应的数据源网站注册通过后,才能进行数据下载,注册有对应要求,或者需要收费。

暂未开放

公开下载

Tips: 该数据集属于公开下载,应该可以免费公开下载。

免登录

有偿下载

Tips: 该数据集 Qianfanghub 可以协助提供有偿下载服务,注意,服务不针对数据相关产权,只是技术服务费。

提供高速下载与技术交付服务(收技术服务费,非数据销售)

暂未开放

千方医数集,医疗数据集部分,是为社区服务的公开医疗数据集搜索引擎,并不存储或者下载原始的任何数据。 如果您有其他医疗数据需求,可以和客服联系,或者下工单。我们有强大的三甲医疗机构帮助您提供个性化的医疗数据定制、采集、标注服务。

使用方式

数据集获取

git clone https://github.com/myamiri/Analysis-for-Echocardiogram-Dataset.git

curl -L -o repo.zip https://github.com/myamiri/Analysis-for-Echocardiogram-Dataset/archive/refs/heads/master.zip
unzip repo.zip

源站 README 摘录(使用方式)

Analysis-for-Echocardiogram-Dataset

Problem

Predict whether a patient (has) survived at least 2 years

Solution

I used two methods:

  • Random Forest
  • Logistic Regression

Data

All the patients suffered heart attacks at some point in the past. Some are still alive and some are not. The survival and still-alive variables, when taken together, indicate whether a patient survived for at least one year following the heart attack.

  • survival – the number of months patient survived (has survived, if patient is still alive). Because all the patients had their heart attacks at different times,
    it is possible that some patients have survived less than one year but they are still alive. Check the second variable to confirm this. Such patients cannot be used for the prediction task mentioned above.
  • still-alive – a binary variable. 0=dead at end of survival period, 1 means still alive
  • age-at-heart-attack – age in years when heart attack occurred
  • pericardial-effusion – binary. Pericardial effusion is fluid around the heart. 0=no fluid, 1=fluid
  • fractional-shortening – a measure of contracility around the heart lower numbers are increasingly abnormal
  • epss – E-point septal separation, another measure of contractility. Larger numbers are increasingly abnormal.
  • lvdd – left ventricular end-diastolic dimension. This is a measure of the size of the heart at end-diastole. Large hearts tend to be sick hearts.
  • wall-motion-score – a measure of how the segments of the left ventricle are moving
  • wall-motion-index – equals wall-motion-score divided by number of segments seen
  • Mult-A derivate variable (suggested that it can be ignored)
  • Name-The Name of the patient
  • Group-Group (Has been considered meaningless and suggested to ignore)
  • alive-at-1 – Boolean-valued. Derived from the first two attributes. 0 means patient was either dead after 1 year or had been followed for less than 1 year. 1 means patient was alive at 1 year.

Modeling

I used Random Forest that is a bagging model to avoid overfitting which is a very common problem in case we don’t have enough samples.
Random forest trains several Decision Trees in parallel by using a random subset of samples and features with replacement and considers
the average performance of the all Decision Trees as the final performance of the model.

Also, I used Logistic Regression whic

完整仓库:github.com/myamiri/Analysis-for-Echocardiogram-Dataset

精度瓶颈?数据缺失?

当前公开数据无法满足您的算法精度?千方提供针对 心脏病 的高质量、多模态真实临床数据定制解决方案。

获取专属数据定制方案