Heart Disease Prediction Using DifferentTechniques
Predicting probability of heart disease in patients.
@kaggle.jillanisofttech_heart_disease_prediction_using_differe_3e2ca1a7
Predicting probability of heart disease in patients.
@kaggle.jillanisofttech_heart_disease_prediction_using_differe_3e2ca1a7
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
);
Anyone who has the link will be able to view this.