You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hivemall.apache.org by takuti <gi...@git.apache.org> on 2017/06/08 03:54:19 UTC

[GitHub] incubator-hivemall pull request #85: [HIVEMALL-115] Fix ranking AUC for all ...

GitHub user takuti opened a pull request:

    https://github.com/apache/incubator-hivemall/pull/85

    [HIVEMALL-115] Fix ranking AUC for all TP/FP recommendation

    ## What changes were proposed in this pull request?
    
    The current ranking AUC returns NULL when all recommended items are TP (or FP). This PR fixes the issue by returning 0.5 as "meaningless" AUC for such input.
    
    - Caused by: myui/hivemall#326
    - Reference:
      - [LibRec](https://github.com/guoguibing/librec/blob/18176ed41027348ee2187d8686a1b2c0d4d39277/core/src/main/java/net/librec/eval/ranking/AUCEvaluator.java#L80-L83)
      - [MyMediaLite](https://github.com/zenogantner/MyMediaLite/blob/3a268110338b24627c8c2c973c0f9d03b151e2df/src/MyMediaLite/Eval/Measures/AUC.cs#L51-L52)
    
    ## What type of PR is it?
    
    Bug Fix
    
    ## What is the Jira issue?
    
    https://issues.apache.org/jira/browse/HIVEMALL-115
    
    ## How was this patch tested?
    
    Manually (local & EMR)

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/takuti/incubator-hivemall fix-auc-ranking

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/incubator-hivemall/pull/85.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #85
    
----
commit 36519bc9e418fa2d93abf62d9c39f5756dcf17a9
Author: Takuya Kitazawa <k....@gmail.com>
Date:   2017-06-08T03:42:11Z

    Return AUC=0.5 for all TP/FP recommendation

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] incubator-hivemall issue #85: [HIVEMALL-115] Fix ranking AUC for all TP/FP r...

Posted by coveralls <gi...@git.apache.org>.
Github user coveralls commented on the issue:

    https://github.com/apache/incubator-hivemall/pull/85
  
    
    [![Coverage Status](https://coveralls.io/builds/11880090/badge)](https://coveralls.io/builds/11880090)
    
    Coverage increased (+0.005%) to 39.529% when pulling **36519bc9e418fa2d93abf62d9c39f5756dcf17a9 on takuti:fix-auc-ranking** into **1db5358767bb30a8c433e4530c39d8591bc28a36 on apache:master**.



---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] incubator-hivemall issue #85: [HIVEMALL-115] Fix ranking AUC for all TP/FP r...

Posted by myui <gi...@git.apache.org>.
Github user myui commented on the issue:

    https://github.com/apache/incubator-hivemall/pull/85
  
    LGTM 👍 


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] incubator-hivemall pull request #85: [HIVEMALL-115] Fix ranking AUC for all ...

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit closed the pull request at:

    https://github.com/apache/incubator-hivemall/pull/85


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---