Naive Bayes Classification Data
diabetes data to classification
@kaggle.himanshunakrani_naive_bayes_classification_data
diabetes data to classification
@kaggle.himanshunakrani_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.
CREATE TABLE naive_bayes_classification_data (
"glucose" BIGINT,
"bloodpressure" BIGINT,
"diabetes" BIGINT
);Anyone who has the link will be able to view this.