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

Multiple separate bayes classifiers with single redis database

Open pyromaniackeca opened this issue 5 years ago • 1 comments

Is there a way to have multiple completely separate bayes classifiers with a single redis database?

I can monkey patch the redis backend to accept a scope param and combine that with the keys. But I'm curious to know if there's a supported way to do it that I'm missing?

Thanks.

pyromaniackeca avatar May 20 '19 12:05 pyromaniackeca

There's no official way to do that, but I'd accept a PR to do it.

Ch4s3 avatar Sep 26 '19 14:09 Ch4s3