Regarding naive bayes

sir i have some doubts regarding this-

  1. naive bayes can only used for classification problems?
  2. if we have continous features then we use gussian naive bayes else we use multinomial, but in many datasets there are both features available together then what we can do at that time?

hey @anuj_singla8,
Naive bayes is a standard model prepared according to bayes theoram. Hence , there are many things it assumes and also works accordingly.

So, for the case that you are reffering to , then you need to to use any other model.
or , you can convert continuous data to classes and then apply multinomial.

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.