Naive Bayes Classification Data
diabetes data to classification
@kaggle.himanshunakrani_naive_bayes_classification_data
diabetes data to classification
@kaggle.himanshunakrani_naive_bayes_classification_data
CREATE TABLE naive_bayes_classification_data (
"glucose" BIGINT,
"bloodpressure" BIGINT,
"diabetes" BIGINT
);
Anyone who has the link will be able to view this.