MLlib, what online(streaming) algorithms are available?

2014-09-23 Thread aka.fe2s
Hi, I'm looking for available online ML algorithms (that improve model with new streaming data). The only one I found is linear regression. Is there anything else implemented as part of MLlib? Thanks, Oleksiy.

Re: MLlib, what online(streaming) algorithms are available?

2014-09-23 Thread Liquan Pei
Hi Oleksiy, Right now, only streaming linear regression is available in MLlib. There are working in progress on Streaming K-means and Streaming SVM. Please take a look at the following jiras for more information. Streaming K-means https://issues.apache.org/jira/browse/SPARK-3254 Streaming SVM