Tagged Questions
5
votes
2answers
396 views
Naive-Bayes classifier for unequal groups
I'm using naive bayes classifier to classify between two groups of data.
One group of the data is much larger than the other (above 4 times).
I'm using the prior probability of each group in the ...