judgr icon indicating copy to clipboard operation
judgr copied to clipboard

Multi-class Naïve Bayes Classifier library written in Clojure.

Results 4 judgr issues
Sort by recently updated
recently updated
newest added

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.

improvement
performance

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...

feature request

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...

feature request