I was wondering what are the implications of using a multi-class Naive Bayes versus a 2 class Naive Bayes (for one against everything).
Which technique performs better?
I've previously came across an instance where 2 class LDA classifier performed better than a multi-class LDA. Hence, this question.
I'm currently using Scikit-Learn machine learning package in python to use Naive Bayes classifier.