Baselight

Naive Bayes Classification Data

diabetes data to classification

@kaggle.himanshunakrani_naive_bayes_classification_data

Loading...
Loading...

About this Dataset

Naive Bayes Classification Data

glucose and blood pressure data to classify whether the patient has diabetes or not.
the dataset has 3 columns and 995 entries.

  • glucose
  • blood pressure
  • diabetes

Tables

Naive Bayes Classification Data

@kaggle.himanshunakrani_naive_bayes_classification_data.naive_bayes_classification_data
  • 4.25 KB
  • 995 rows
  • 3 columns
Loading...

CREATE TABLE naive_bayes_classification_data (
  "glucose" BIGINT,
  "bloodpressure" BIGINT,
  "diabetes" BIGINT
);

Share link

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