Baselight

Diabetes

Diabetes data divided into training and testing

@kaggle.ehababoelnaga_diabetes_dataset

Testing
@kaggle.ehababoelnaga_diabetes_dataset.testing

  • 12.39 KB
  • 308 rows
  • 9 columns
pregnancies

Pregnancies

glucose

Glucose

bloodpressure

BloodPressure

skinthickness

SkinThickness

insulin

Insulin

bmi

BMI

diabetespedigreefunction

DiabetesPedigreeFunction

age

Age

outcome

Outcome

912072225620.80.73348
1716221.80.41626
87470404935.30.70539
588783027.60.25837
1011598241.02234
124561310521.80.45221
7452103627.80.26922
97643610036.80.625
8120300.183381
6154784114046.10.57127

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

Share link

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