python-bayes-redis
python-bayes-redis copied to clipboard
A Python version of mine of Simple Naive Bayes Classifier PHP
Results
2
python-bayes-redis issues
Sort by
recently updated
recently updated
newest added
The max_str_len ivar is referenced by clean_keywords() to filter out words shorter than the specified number of characters, meaning that it actually holds the minimum string length used by the...
Classifier.__init__ accepts a host, port, and db parameter, but doesn't support specifying a connection password. If would be nice if Classifier.__init__ could take an arbitrary redis connection instance so that...