You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "David Eis (JIRA)" <ji...@apache.org> on 2017/05/17 19:39:04 UTC

[jira] [Created] (SPARK-20790) ALS with implicit feedback ignores negative values

David Eis created SPARK-20790:
---------------------------------

             Summary: ALS with implicit feedback ignores negative values
                 Key: SPARK-20790
                 URL: https://issues.apache.org/jira/browse/SPARK-20790
             Project: Spark
          Issue Type: Bug
          Components: ML, MLlib
    Affects Versions: 2.1.1, 2.1.0, 2.0.2, 2.0.1, 2.0.0, 1.6.3, 1.6.2, 1.6.1, 1.6.0, 1.5.2, 1.5.1, 1.5.0, 1.4.1, 1.4.0, 1.3.1
            Reporter: David Eis


The refactorization that was done in https://github.com/apache/spark/pull/5314/files introduced a bug, whereby for implicit feedback negative ratings just get ignored. Prior to that commit they were not ignored, but the absolute value was used as the confidence and the  preference was set to 0. The preservation of comments and absolute value indicate that this was unintentional.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

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