[SPARK-4979] Add streaming logistic regression (original) (raw)

Log inSkip to main contentSkip to sidebar

ASF Jira

Uploaded image for project: 'Spark'

  1. Spark
  2. SPARK-4979

XMLWordPrintableJSON

Details

Description

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.

Attachments

Activity

People

Votes:

0 Vote for this issue

Watchers:

5 Start watching this issue

Dates

Created:

28/Dec/14 21:22

Updated:

03/Feb/15 06:42

Resolved:

03/Feb/15 06:42