Diabetes Dataset
using many medical metrics in a tabular format
@kaggle.lara311_diabetes_dataset_using_many_medical_metrics
using many medical metrics in a tabular format
@kaggle.lara311_diabetes_dataset_using_many_medical_metrics
This dataset contains medical details of patients, including features such as glucose level, blood pressure, insulin level, BMI, age, and more. The target variable indicates whether a patient has diabetes. The goal of this dataset is to build and evaluate various machine learning or deep learning models to predict the onset of diabetes.
CREATE TABLE diabetes_1 (
"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.