|
a |
|
b/README.md |
|
|
1 |
## About Dataset |
|
|
2 |
|
|
|
3 |
This database contains 76 attributes, but all published experiments refer to using a subset of 14 of them. In particular, the Cleveland database is the only one that has been used by ML researchers to |
|
|
4 |
this date.The "target" field refers to the presence of heart disease in the patient. It is integer valued 0 = no/less chance of heart attack and 1 = more chance of heart attack |
|
|
5 |
|
|
|
6 |
### Attribute Information |
|
|
7 |
1) age |
|
|
8 |
2) sex |
|
|
9 |
3) chest pain type (4 values) |
|
|
10 |
4) resting blood pressure |
|
|
11 |
5) serum cholestoral in mg/dl |
|
|
12 |
6)fasting blood sugar > 120 mg/dl |
|
|
13 |
7) resting electrocardiographic results (values 0,1,2) |
|
|
14 |
8) maximum heart rate achieved |
|
|
15 |
9) exercise induced angina |
|
|
16 |
10) oldpeak = ST depression induced by exercise relative to rest |
|
|
17 |
11)the slope of the peak exercise ST segment |
|
|
18 |
12) number of major vessels (0-3) colored by flourosopy |
|
|
19 |
13) thal: 0 = normal; 1 = fixed defect; 2 = reversable defect |
|
|
20 |
14) target: 0= less chance of heart attack 1= more chance of heart attack |
|
|
21 |
|
|
|
22 |
Dataset is taken for learning purpose. Source of the data : https://archive.ics.uci.edu/ml/datasets/Heart+Disease |