File size: 569 Bytes
3fbc03a 545e3bb 4e539bf |
1 2 3 4 5 6 7 8 9 10 |
---
tags:
- structured-data
- tabular-data
- classification
---
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).
It is originally [hosted here]("http://storage.googleapis.com/download.tensorflow.org/data/heart.csv"). |