Increasing accuracy in Movie Rating Challenge

Please find my code at https://github.com/matakshay/movie_review_analysis.
I have implemented Multinomial Naive-Bayes. But the accuracy is only 31.078 % on the testing data. Can you please help me improve it ?

Hey,
You can use more powerful networks like LSTMs for this task, that would give you much more accuracy than naive bayes.

Ohh yes obviously. I just wanted to confirm that with Multinomial Naive Bayes, this is the maximum that can be achieved on this dataset ?

I have not tried on this large dataset. I’ll look into it if we can improve the accuracy with naive bayes. But better option would be to go with LSTMs

I hope I’ve cleared your doubt. I ask you to please rate your experience here
Your feedback is very important. It helps us improve our platform and hence provide you
the learning experience you deserve.

On the off chance, you still have some questions or not find the answers satisfactory, you may reopen
the doubt.