You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Apache Spark (JIRA)" <ji...@apache.org> on 2015/08/07 07:04:45 UTC

[jira] [Commented] (SPARK-4980) Add decay factors to streaming linear methods

    [ https://issues.apache.org/jira/browse/SPARK-4980?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14661326#comment-14661326 ] 

Apache Spark commented on SPARK-4980:
-------------------------------------

User 'rotationsymmetry' has created a pull request for this issue:
https://github.com/apache/spark/pull/8022

> Add decay factors to streaming linear methods
> ---------------------------------------------
>
>                 Key: SPARK-4980
>                 URL: https://issues.apache.org/jira/browse/SPARK-4980
>             Project: Spark
>          Issue Type: New Feature
>          Components: MLlib, Streaming
>            Reporter: Jeremy Freeman
>            Priority: Minor
>
> Our implementation of streaming k-means uses an decay factor that allows users to control how quickly the model adjusts to new data: whether it treats all data equally, or only bases its estimate on the most recent batch. It is intuitively parameterized, and can be specified in units of either batches or points. We should add a similar decay factor to the streaming linear methods using SGD, including streaming linear regression (currently implemented) and streaming logistic regression (in development).



--
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