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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to