Baselight

Easiest Diabetes Classification Dataset

Easiest Diabetes Dataset for Classification Problems.

@kaggle.sujithmandala_easiest_diabetes_classification_dataset

Loading...
Loading...

About this Dataset

Easiest Diabetes Classification Dataset

The dataset consists of 100+ patient records. Each record contains the following information:

Age: The patient's age, in years.

Gender: The patient's gender, male or female.

BMI: The patient's body mass index (BMI), a measure of weight relative to height.

Blood pressure: The patient's blood pressure, in mmHg.

FBS: The patient's fasting blood sugar, in mg/dL.

HbA1c: The patient's hemoglobin A1c, a measure of blood sugar control over the past 3 months.

Family history of diabetes: Whether the patient has a family history of diabetes.

Smoking: Whether the patient smokes.

Diet: Whether the patient has a poor or healthy diet.

Exercise: Whether the patient exercises regularly.

Diagnosis: The patient's diagnosis, either diabetes or no diabetes.

Tables

Diabetes Classification

@kaggle.sujithmandala_easiest_diabetes_classification_dataset.diabetes_classification
  • 8.36 kB
  • 128 rows
  • 11 columns
Loading...
CREATE TABLE diabetes_classification (
  "age" BIGINT,
  "gender" VARCHAR,
  "bmi" BIGINT,
  "blood_pressure" VARCHAR,
  "fbs" BIGINT,
  "hba1c" DOUBLE,
  "family_history_of_diabetes" VARCHAR,
  "smoking" VARCHAR,
  "diet" VARCHAR,
  "exercise" VARCHAR,
  "diagnosis" VARCHAR
);

Share link

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