judgr
judgr copied to clipboard
Multi-class Naïve Bayes Classifier library written in Clojure.
When using a classifier with redis persistence, I don't want do remove my whole database, just the persisted data from my classifier. A classifier method to do this would be...
Some bits of the code must be rewritten with performance in mind. The current code doesn't scale even for a few thousands of training examples.
It would be nice to have a REST API for traning the classifier, running predictions and validations. Since the project is already pretty modular, it could be an entirely new...
It's common for the classifier to be constantly tweaked, specially when we don't know the optimal configuration given the problem we are trying to solve. So it would be nice...