redisml icon indicating copy to clipboard operation
redisml copied to clipboard

Clustering with REDIS

Open mccstan opened this issue 7 years ago • 4 comments

Everything i see there is supervised learning example, even feature list. What i need to achieve is to build a spark mlib model (Clustering algorithm) and use REDIS as a deployment tool for the model. Can someone tell me if this is possible ! Thank you for help !

mccstan avatar Jul 04 '17 12:07 mccstan

Hi, What clustering algorithm do you use?

shaynativ avatar Jul 04 '17 13:07 shaynativ

I use Kmeans, but i'm planning to use Latent Dirichlet allocation (LDA).

mccstan avatar Jul 04 '17 14:07 mccstan

LDA is not available yet but is planned to be.

shaynativ avatar Jul 06 '17 08:07 shaynativ

Ok Thank you ! Is there an example implementation of Kmeans on Redis, i can't find it on the doc. Thanks for help

mccstan avatar Jul 06 '17 09:07 mccstan