Sigma Magic's Bayesian model is a classification tool based on Bayes' theorem. It calculates the probability of an event occurring based on prior knowledge and evidence from data.
Sigma Magic primarily supports Naïve Bayes Classifiers, which assume that features are conditionally independent given the class label.
You need categorical or numerical data with a target variable (Y) and predictor variables (X1, X2, etc.). The dataset should be formatted correctly, with missing values handled before training.