Baselight

Diabetes Factors

Anonymized factors of diabetes for predictive machine learning models

@kaggle.joebeachcapital_diabetes_factors

Loading...
Loading...

About this Dataset

Diabetes Factors

Anonymized diabetes factors for predictive machine learning models.

Attributes:

  • Pregnancies
  • Glucose
  • Blood Pressure
  • Skin Thickness
  • Insulin
  • BMI
  • Diabetes Pedigree Function
  • Age
  • Outcome

Tables

Diabetes Vid

@kaggle.joebeachcapital_diabetes_factors.diabetes_vid
  • 17.54 KB
  • 768 rows
  • 9 columns
Loading...

CREATE TABLE diabetes_vid (
  "pregnancies" BIGINT,
  "glucose" BIGINT,
  "bloodpressure" BIGINT,
  "skinthickness" BIGINT,
  "insulin" BIGINT,
  "bmi" DOUBLE,
  "diabetespedigreefunction" DOUBLE,
  "age" BIGINT,
  "outcome" VARCHAR
);

Share link

Anyone who has the link will be able to view this.