跳到主要内容

心脏病数据集

心脏病数据集组件是常用数据集组件,可以在公共组件/我的数据/常用数据集中找到,这个组件可以输出多个地区的心脏病数据,适用于分类算法,预测心脏病疾病状态
http://archive.ics.uci.edu/ml/index.php

  • 数据描述
    • #3 (age):age in years
    • #4 (sex):sex (1 = male; 0 = female)
    • #9 (cp):chest pain type
      • Value 1: typical angina
      • Value 2: atypical angina
      • Value 3: non-anginal pain
      • Value 4: asymptomatic
    • #10 (trestbps):resting blood pressure (in mm Hg on admission to the hospital)
    • #12 (chol):serum cholestoral in mg/dl
    • #16 (fbs):(fasting blood sugar > 120 mg/dl) (1 = true; 0 = false)
    • #19 (restecg):resting electrocardiographic results
      • Value 0: normal
      • Value 1: having ST-T wave abnormality (T wave inversions and/or ST elevation or depression of > 0.05 mV)
    • #32 (thalach):maximum heart rate achieved
    • #38 (exang):exercise induced angina (1 = yes; 0 = no)
    • #40 (oldpeak):ST depression induced by exercise relative to rest
    • #41 (slope):the slope of the peak exercise ST segment
      • Value 1: upsloping
      • Value 2: flat
      • Value 3: downsloping
    • #44 (ca):number of major vessels (0-3) colored by flourosopy
    • #51 (thal):3 = normal; 6 = fixed defect; 7 = reversable defect
    • #58 (num) (the predicted attribute):diagnosis of heart disease (angiographic disease status)
      • Value 0: < 50% diameter narrowing
      • Value 1: > 50% diameter narrowing
  • 输入:该组件无输入
  • 输出:CSV文件
  • 使用

image.png

  • 加组件拖入到项目中
  • 与后一个组件输入的端口连接(必须是csv类型)
  • 组件输入不需要连接其他节点
  • 点击运行该节点

image.png