Baselight

Heart Disease Prediction Using DifferentTechniques

Predicting probability of heart disease in patients.

@kaggle.jillanisofttech_heart_disease_prediction_using_differe_3e2ca1a7

Loading...
Loading...

About this Dataset

Heart Disease Prediction Using DifferentTechniques

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 having a heart attack or stroke.

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

Acknowledgment:
This data comes from the UCI at https://archive.ics.uci.edu/ml/datasets/Heart+Disease.

Tables

Heart

@kaggle.jillanisofttech_heart_disease_prediction_using_differe_3e2ca1a7.heart
  • 12.87 KB
  • 303 rows
  • 14 columns
Loading...

CREATE TABLE heart (
  "age" BIGINT,
  "sex" BIGINT,
  "cp" BIGINT,
  "trestbps" BIGINT,
  "chol" BIGINT,
  "fbs" BIGINT,
  "restecg" BIGINT,
  "thalach" BIGINT,
  "exang" BIGINT,
  "oldpeak" DOUBLE,
  "slope" BIGINT,
  "ca" BIGINT,
  "thal" BIGINT,
  "target" BIGINT
);

Share link

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