Helix the Robot
Helix
arrow_backAll datasets

Heart Failure

Hugging Face

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.

descriptionmstz--heart-failure.parquet view_list299 rows cloud_downloadmstz/heart_failure
boltOpen in Helix

Ask a question about this data

Type any question in plain English — Helix builds the chart with AI. Sign in to run it and save your charts.

auto_awesome

Data preview

299 rows · 13 columns · showing first 12
# age integer has_anaemia boolean creatinine_phosphokinase_concentration_in_blood float has_diabetes boolean heart_ejection_fraction float has_high_blood_pressure boolean platelets_concentration_in_blood float serum_creatinine_concentration_in_blood float serum_sodium_concentration_in_blood float is_male boolean is_smoker boolean days_in_study integer is_dead integer
1 75False582False20True2650001.9130TrueFalse41
2 55False7861False38False2.634e+051.1136TrueFalse61
3 65False146False20False1620001.3129TrueTrue71
4 50True111False20False2100001.9137TrueFalse71
5 65True160True20False3270002.7116FalseFalse81
6 90True47False40True2040002.1132TrueTrue81
7 75True246False15False1270001.2137TrueFalse101
8 60True315True60False4540001.1131TrueTrue101
9 65False157False65False2.634e+051.5138FalseFalse101
10 80True123False35True3880009.4133TrueTrue101
11 75True81False38True3680004131TrueTrue101
12 62False231False25True2530000.9140TrueTrue101

Interesting queries to try

Columns

  • age numeric
  • has_anaemia bool
  • creatinine_phosphokinase_concentration_in_blood numeric
  • has_diabetes bool
  • heart_ejection_fraction numeric
  • has_high_blood_pressure bool
  • platelets_concentration_in_blood numeric
  • serum_creatinine_concentration_in_blood numeric
  • serum_sodium_concentration_in_blood numeric
  • is_male bool
  • is_smoker bool
  • days_in_study datetime
  • is_dead numeric

Login to Helix

Don't have an account? Sign up here

Sign Up for Helix

Already have an account? Login here