You might think to apply some classifier combination techniques like ensembling, bagging and boosting but these methods would not help. Actually, “ensembling, boosting, bagging” won’t help since their purpose is to reduce variance. Naive Bayes has no variance to minimize.
The above paragraph is mentioned in this article.
- How can they say the purpose of these methods is to reduce variance?
- Naive Bayes has no variance, is it true?
Thanks in advance