Naive-Bayes Model
(Redirected from Naive Bayes-based Prediction Model)
Jump to navigation
Jump to search
A Naive-Bayes Model is a generative Bayesian model that assume each of the Class Densities are products of Marginal Densities (i.e. all the variables are independent).
- Context:
- It can be the output of a Naive-Bayes Model Training System (that implements a naive-Bayes classifier).
- …
- Counter-Example(s):
- See: Bayes Rule, Independence Assumption.