You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Jeremy Freeman (JIRA)" <ji...@apache.org> on 2014/12/28 22:23:13 UTC

[jira] [Created] (SPARK-4979) Add streaming logistic regression

Jeremy Freeman created SPARK-4979:
-------------------------------------

             Summary: Add streaming logistic regression
                 Key: SPARK-4979
                 URL: https://issues.apache.org/jira/browse/SPARK-4979
             Project: Spark
          Issue Type: New Feature
          Components: MLlib, Streaming
            Reporter: Jeremy Freeman
            Priority: Minor


We currently support streaming linear regression and k-means clustering. We can add support for streaming logistic regression using a strategy similar to that used in streaming linear regression, applying gradient updates to batches of data from a DStream, and extending the existing mllib methods with minor modifications.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@spark.apache.org
For additional commands, e-mail: issues-help@spark.apache.org