The dataset is currently empty. Upload or create new data files. Then, you will be able to explore them in the Dataset Viewer.

YAML Metadata Warning:empty or missing yaml metadata in repo card

Check out the documentation for more information.

from ucimlrepo import fetch_ucirepo

fetch dataset

heart_disease = fetch_ucirepo(id=45)

data (as pandas dataframes)

X = heart_disease.data.features y = heart_disease.data.targets

metadata

print(heart_disease.metadata)

variable information

print(heart_disease.variables)

Downloads last month
7