Update README.md
Browse files
README.md
CHANGED
@@ -6,3 +6,5 @@ tags:
|
|
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).
|
|
|
|
|
|
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).
|
9 |
+
|
10 |
+
It is originally [hosted here]("http://storage.googleapis.com/download.tensorflow.org/data/heart.csv").
|