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
15 commits on main
57c2e1a1y ago

updated to datasets 4.*

mstz
ee225eb3y ago

Update README.md

mstz
fa8110e3y ago

Update README.md

mstz
9326b2e3y ago

Update heart_failure.py

mstz
18a2f6c3y ago

Update heart_failure.py

mstz
818a2733y ago

Update heart_failure.py

mstz
873a7543y ago

Update README.md

mstz
27c01313y ago

Update README.md

mstz
f08c9a04y ago

Upload heart_failure.py

mstz
4e6c55b4y ago

Upload 2 files

mstz
7abcdc14y ago

Upload heart_failure.py

mstz
1a38a804y ago

Upload heart_failure.py

mstz
b3f2a564y ago

Upload heart_failure.py

mstz
cc4b97d4y ago

Upload 3 files

mstz
06f7dc14y ago

initial commit

mstz