Possible Duplicate:
Naive Bayes for two continuous features
I've seen that Multinomial Naive Bayes classifier in Sklearn accepts real valued feature vectors.
I previously assumed that Multinomial Naive Bayes classifier only handles discrete values
If I were to design a multinomial Naive Bayes classifier of my own, how would I handle real valued feature vectors?