Update README.md
Browse files
README.md
CHANGED
@@ -1,7 +1,8 @@
|
|
1 |
---
|
2 |
-
|
3 |
tags:
|
4 |
- structured-data
|
5 |
- tabular-data
|
6 |
- classification
|
7 |
---
|
|
|
|
|
|
1 |
---
|
|
|
2 |
tags:
|
3 |
- structured-data
|
4 |
- tabular-data
|
5 |
- classification
|
6 |
---
|
7 |
+
|
8 |
+
The [Heart Disease Data Set](https://archive.ics.uci.edu/ml/datasets/heart+Disease) is provided by the Cleveland Clinic Foundation for Heart Disease. It's a CSV file with 303 rows. Each row contains information about a patient (a sample), and each column describes an attribute of the patient (a feature). We use the features to predict whether a patient has a heart disease (binary classification).
|