Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
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?