Closed Saptashrungi closed 3 years ago
This is similar to the multinomial naive bayes but the predictors are boolean variables. The parameters that we use to predict the class variable take up only values yes or no, for example if a word occurs in the text or not.
Resources: https://kenzotakahashi.github.io/naive-bayes-from-scratch-in-python.html
working on this, please assign this to me
I would like to work on this @rohansingh9001. Please assign it to me.
@harsh-ux , you are good to go from here.
This is similar to the multinomial naive bayes but the predictors are boolean variables. The parameters that we use to predict the class variable take up only values yes or no, for example if a word occurs in the text or not.
Resources: https://kenzotakahashi.github.io/naive-bayes-from-scratch-in-python.html