RedisLabs / spark-redis-ml

A spark package for loading Spark ML models to Redis-ML
http://redisml.io
Other
63 stars 14 forks source link

Kmeans on Redis #6

Open mccstan opened 7 years ago

mccstan commented 7 years ago

Sorry for asking this there but i can't find any way to create a redis kmeans model. What i want to achive is to build spark Kmeans model, and then store the model on redis (for a almost real time prediction) the prediction will be done on real time data streams.

Thanks for help !

shaynativ commented 7 years ago

Kmeans model is in testing at the moment and should be available in a couple of days.

mccstan commented 7 years ago

Ok thank you !

shaynativ commented 7 years ago

K-means added. You can find a usage example with Spark here:

mccstan commented 7 years ago

Thanks ! I will give a try !