I am only getting an accuracy of 87% at the maximum. What can I do to increase the accuracy?
Movie Rating Prediction
Hey @icoder18,
Accuracy always depends on few things.
- Data Preprocessing
- Features Selected
- 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