Diabetes Factors
Anonymized factors of diabetes for predictive machine learning models
@kaggle.joebeachcapital_diabetes_factors
Anonymized factors of diabetes for predictive machine learning models
@kaggle.joebeachcapital_diabetes_factors
CREATE TABLE diabetes_vid (
"pregnancies" BIGINT,
"glucose" BIGINT,
"bloodpressure" BIGINT,
"skinthickness" BIGINT,
"insulin" BIGINT,
"bmi" DOUBLE,
"diabetespedigreefunction" DOUBLE,
"age" BIGINT,
"outcome" VARCHAR
);
Anyone who has the link will be able to view this.