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.
7522
Heart failure
The Heart failure dataset from Kaggle. Predict patient death from earth failure given some personal medical data .
Configurations and tasks
Usage
from datasets import load_dataset
dataset = load_dataset("mstz/heart_failure", "death")["train"]