Complement Naive Bayes
Introduction
This guide provides steps to perform Complement Naive Bayes analysis in Cycon ML/AI platform, and compares it with the code available within Kaggle platform.
Note
Name: Advertising CSV
Path: Tests/sampleCSVs/Wine_dataset.csv
Kaggle: https://www.kaggle.com/code/sandeepchamunni/bernoulli-naive-bayes-classifier/notebook
Shape: (178, 13)
Classes: (class 0, class 1, and class 2) of wine
Purpose: Classify classes of wine based on the propeties
Data
Method
CyCon
Kaggle
Result
CyCon
Kaggle