Predict Diabetes Based On Diagnostic Measures
Diabetes classification for beginner
@kaggle.houcembenmansour_predict_diabetes_based_on_diagnostic_measures
Diabetes classification for beginner
@kaggle.houcembenmansour_predict_diabetes_based_on_diagnostic_measures
CREATE TABLE diabetes (
"patient_number" BIGINT,
"cholesterol" BIGINT,
"glucose" BIGINT,
"hdl_chol" BIGINT,
"chol_hdl_ratio" BIGINT,
"age" BIGINT,
"gender" VARCHAR,
"height" BIGINT,
"weight" BIGINT,
"bmi" BIGINT,
"systolic_bp" BIGINT,
"diastolic_bp" BIGINT,
"waist" BIGINT,
"hip" BIGINT,
"waist_hip_ratio" BIGINT,
"diabetes" VARCHAR
);
Anyone who has the link will be able to view this.