buio commited on
Commit
545e3bb
1 Parent(s): 3fbc03a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -1
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).