Baselight

Naive Bayes Classification Data

diabetes data to classification

@kaggle.himanshunakrani_naive_bayes_classification_data

Naive Bayes Classification Data
@kaggle.himanshunakrani_naive_bayes_classification_data.naive_bayes_classification_data

  • 4.25 KB
  • 995 rows
  • 3 columns
glucose

Glucose

bloodpressure

Bloodpressure

diabetes

Diabetes

4085
4092
45631
4580
40731
4582
4085
30631
65651
4582

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.