RedisLabsModules / redisml

Machine Learning Model Server
http://redisml.io
Other
305 stars 44 forks source link

Clustering with REDIS #7

Open mccstan opened 7 years ago

mccstan commented 7 years ago

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 !

shaynativ commented 7 years ago

Hi, What clustering algorithm do you use?

mccstan commented 7 years ago

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

shaynativ commented 7 years ago

LDA is not available yet but is planned to be.

mccstan commented 7 years ago

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