Diabetes
Diabetes data divided into training and testing
@kaggle.ehababoelnaga_diabetes_dataset
Diabetes data divided into training and testing
@kaggle.ehababoelnaga_diabetes_dataset
CREATE TABLE testing (
"pregnancies" BIGINT,
"glucose" BIGINT,
"bloodpressure" BIGINT,
"skinthickness" BIGINT,
"insulin" BIGINT,
"bmi" DOUBLE,
"diabetespedigreefunction" DOUBLE,
"age" BIGINT,
"outcome" BIGINT
);
Anyone who has the link will be able to view this.