Diabetes Data-set
Diabetes data set for prediction
@kaggle.pritsheta_diabetes_dataset
Diabetes data set for prediction
@kaggle.pritsheta_diabetes_dataset
This is Diabetes dataset. you can use this data set for prediction. in this dataset have many parameters such as Pregnancies, Glucose, BloodPressure, SkinThickness, Insulin, BMI, DiabetesPedigree, Age, Outcome.
CREATE TABLE diabetes (
  "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.