Diabetes Prediction Dataset
A Dataset for Building and Evaluating Machine Learning Models for Diabetes Diagn
@kaggle.fhabibimoghaddam_diabetes_prediction
A Dataset for Building and Evaluating Machine Learning Models for Diabetes Diagn
@kaggle.fhabibimoghaddam_diabetes_prediction
CREATE TABLE diabetes (
"pregnancies" BIGINT,
"glucose" BIGINT,
"blood_pressure" BIGINT,
"skin_thickness" BIGINT,
"insulin" BIGINT,
"bmi" DOUBLE,
"diabetes_pedigree_function" DOUBLE,
"age" BIGINT,
"outcome" BIGINT
);
Anyone who has the link will be able to view this.