Bayesian classifier Machine Learning
noun phrase
Definition: A probabilistic classifier that applies Bayes’ theorem (and a specified probability model) to assign class labels to new observations [scikit-learn Documentation; IBM].
Example in context: “Bayesian Classifier is based on input data statistical analysis.” [Medeiros et al. 2019]
Related terms: Naive Bayes classifier (common subtype), probabilistic classifier, generative classifier