I am working on sentiment analysis on twitter data. I have tried with couple of Naive Bayes models like Baseline Naive Bayes, Multinomial NB, Bernoulli NB, Semi-supervised NB. My question here is to understand if there is a way we can combine the models in below two way to improve perforrmance?
- NB+MNB+SSNB
- NB+BNB+SSNB
Thanks