Any Naive Bayesian Classifier in python?
Posted
by asldkncvas
on Stack Overflow
See other posts from Stack Overflow
or by asldkncvas
Published on 2010-04-05T18:05:59Z
Indexed on
2010/04/05
20:33 UTC
Read the original article
Hit count: 516
Dear Everyone I have tried the Orange Framework for Naive Bayesian classification. The methods are extremely unintuitive, and the documentation is extremely unorganized. Does anyone here have another framework to recommend?
I use mostly NaiveBayesian for now. I was thinking of using nltk's NaiveClassification but then they don't think they can handle continuous variables.
What are my options?
© Stack Overflow or respective owner