[ 
https://issues.apache.org/jira/browse/SPARK-2438?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Xiangrui Meng resolved SPARK-2438.
----------------------------------

       Resolution: Fixed
    Fix Version/s: 1.1.0

Issue resolved by pull request 1361
[https://github.com/apache/spark/pull/1361]

> Streaming + MLLib
> -----------------
>
>                 Key: SPARK-2438
>                 URL: https://issues.apache.org/jira/browse/SPARK-2438
>             Project: Spark
>          Issue Type: New Feature
>          Components: MLlib, Streaming
>            Reporter: Jeremy Freeman
>            Assignee: Tathagata Das
>              Labels: features
>             Fix For: 1.1.0
>
>
> This is a ticket to track progress on developing streaming analyses in MLLib.
> Many streaming applications benefit from or require fitting models online, 
> where the parameters of a model (e.g. regression, clustering) are updated 
> continually as new data arrive. This can be accomplished by incorporating 
> MLLib algorithms into model-updating operations over DStreams. In some cases 
> this can be achieved using existing updaters (e.g. those based on SGD), but 
> in other cases will require custom update rules (e.g. for KMeans). The goal 
> is to have streaming versions of many common algorithms, in particular 
> regression, classification, clustering, and possibly dimensionality reduction.



--
This message was sent by Atlassian JIRA
(v6.2#6252)

Reply via email to