CoolFace
Datasetpublic

mstz/heart_failure

Heart failure The Heart failure dataset from Kaggle. Predict patient death from earth failure given some personal medical data . Configurations and tasks Configuration Task Description death Binary classification Did the patient die? Usage from datasets import load_dataset dataset = load_dataset("mstz/heart_failure", "death")["train"] Features Feature Type age int8 has_anaemia int8… See the full description on the dataset page: https://huggingface.co/datasets/mstz/heart_failure.

sourceHugging Faceccupdated 1y agoView on Hugging Face
7likes522downloads
Dataset Card

Heart failure

The Heart failure dataset from Kaggle. Predict patient death from earth failure given some personal medical data .

Configurations and tasks

**Configuration****Task****Description**
deathBinary classificationDid the patient die?

Usage

python
from datasets import load_dataset

dataset = load_dataset("mstz/heart_failure", "death")["train"]

Features

**Feature****Type**
ageint8
has_anaemiaint8
creatinine_phosphokinase_concentration_in_bloodfloat64
has_diabetesint8
heart_ejection_fractionfloat64
has_high_blood_pressureint8
platelets_concentration_in_bloodfloat64
serum_creatinine_concentration_in_bloodfloat64
serum_sodium_concentration_in_bloodfloat64
sexint8
is_smokerint8
days_in_studyint64