Movie Rating Prediction

I am only getting an accuracy of 87% at the maximum. What can I do to increase the accuracy?

https://drive.google.com/file/d/1U-MmD2f3uDIuWfv_qzjmGN2uraNp2rRK/view?usp=sharing

Hey @icoder18,

Accuracy always depends on few things.

  1. Data Preprocessing
  2. Features Selected
  3. Model Building
    etc etc

If you use naive bayes 86-87 is the max accuracy you will be able to get as far as i know (there is always scope for improvement)
I used NeuralNets and got 90% accuracy, and with proper hyper parameter tuning in neuralnets, hopefully you will be able to achieve around 92.
So, you can try some hyperparamer tuning or a different model

PS can’t access the link you provided, it’s private.

Thanks,

Okay great. Thanks a lot