My model is getting 15 % accuracy in the prediction,
i am using bernoulli nb in the model
I am getting 15 % accuracy?
You might be doing something wrong in the code,
It is advisable to use MultinomialNB for text classification
My model is getting 15 % accuracy in the prediction,
i am using bernoulli nb in the model
You might be doing something wrong in the code,
It is advisable to use MultinomialNB for text classification