classifier-reborn icon indicating copy to clipboard operation
classifier-reborn copied to clipboard

A general classifier module to allow Bayesian and other types of classifications. A fork of cardmagic/classifier.

Results 31 classifier-reborn issues
Sort by recently updated
recently updated
newest added

We already do a bag of words, and word counts. Would it be useful to anyone to expose this functionality for other classification uses? Some other things to consider: -...

Currently, the `threshold` option of the `Bayes` classifier only makes sense if the `enable_threshold` option is also set to `true` (at initialization or later dynamically). This tight interdependence makes me...

bug
discussion
3.0

Per @parkr's idea it might be useful to have an executable that could be used to train and classify inputs for systems using persistent datastores.

discussion

We have successfully abstracted datastructure of Bayes which allowed us to implement an alternate Redis storage backend (#81) while making it possible to easily add more backends (such as ORM...

Our JRuby tests are failing with this error: > Gem::LoadError: You have already activated jar-dependencies 0.4.1, but your Gemfile requires jar-dependencies 0.4.2. Since jar-dependencies is a default gem, you can...

As already asked on [Jekyll Talk](https://talk.jekyllrb.com/t/add-support-for-localized-related-posts-with-lsi/8192): Currently I have a [dual language blog](https://george-gca.github.io/blog/) thanks to the [multi-language-al-folio template](https://github.com/george-gca/multi-language-al-folio), which uses the [Jekyll Multiple Languages Plugin](https://github.com/kurtsson/jekyll-multiple-languages-plugin). I have enabled support for...

Since the same Redis database can be used for several things within a Ruby application, I would suggest adding project-specific prefixes to the keys stored within the Redis database within...

Redis#sadd will always return an Integer in Redis 5.0.0. Use Redis#sadd? instead.

While working on Ruby 3 support several months ago, I noticed the [Dockerfile](https://github.com/jekyll/classifier-reborn/blob/c3e5a84c3e0915d20ab52f2b783703575584d4a2/Dockerfile) was really stale. I didn't immediately fix this at the time, but made a mental note to...