Baselight

Heart Disease Prediction

Predicting probability of heart disease in patients.

@kaggle.rishidamarla_heart_disease_prediction

Heart Disease Prediction
@kaggle.rishidamarla_heart_disease_prediction.heart_disease_prediction

  • 13.25 KB
  • 270 rows
  • 14 columns
age

Age

sex

Sex

chest_pain_type

Chest Pain Type

bp

BP

cholesterol

Cholesterol

fbs_over_120

FBS Over 120

ekg_results

EKG Results

max_hr

Max HR

exercise_angina

Exercise Angina

st_depression

ST Depression

slope_of_st

Slope Of ST

number_of_vessels_fluro

Number Of Vessels Fluro

thallium

Thallium

heart_disease

Heart Disease

701413032221092.4233Presence
67311556421601.627Absence
57121242611410.317Presence
641412826310510.2217Absence
742120269212110.2113Absence
65141201771400.417Absence
56131302561214210.6216Presence
5914110239214211.2217Presence
601414029321701.2227Presence
63415040721544237Presence

CREATE TABLE heart_disease_prediction (
  "age" BIGINT,
  "sex" BIGINT,
  "chest_pain_type" BIGINT,
  "bp" BIGINT,
  "cholesterol" BIGINT,
  "fbs_over_120" BIGINT,
  "ekg_results" BIGINT,
  "max_hr" BIGINT,
  "exercise_angina" BIGINT,
  "st_depression" DOUBLE,
  "slope_of_st" BIGINT,
  "number_of_vessels_fluro" BIGINT,
  "thallium" BIGINT,
  "heart_disease" VARCHAR
);

Share link

Anyone who has the link will be able to view this.