Baselight

Heart Disease Prediction

Predicting probability of heart disease in patients.

@kaggle.rishidamarla_heart_disease_prediction

Loading...
Loading...

About this Dataset

Heart Disease Prediction

Context: The leading cause of death in the developed world is heart disease. Therefore there needs to be work done to help prevent the risks of of having a heart attack or stroke.

Content: Use this dataset to predict which patients are most likely to suffer from a heart disease in the near future using the features given.

Acknowledgement: This data comes from the University of California Irvine's Machine Learning Repository at https://archive.ics.uci.edu/ml/datasets/Heart+Disease.

Tables

Heart Disease Prediction

@kaggle.rishidamarla_heart_disease_prediction.heart_disease_prediction
  • 13.25 KB
  • 270 rows
  • 14 columns
Loading...

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.