[GitHub] incubator-hivemall pull request #55: [HIVEMALL-81] Document ranking measures

2017-02-28 Thread takuti
GitHub user takuti opened a pull request: https://github.com/apache/incubator-hivemall/pull/55 [HIVEMALL-81] Document ranking measures ## What changes were proposed in this pull request? Document ranking measures implemented in myui/hivemall#326 ## What type of PR i

[jira] [Updated] (HIVEMALL-25) [DOC] Update UserGuide for v0.5

2017-02-28 Thread Makoto Yui (JIRA)
[ https://issues.apache.org/jira/browse/HIVEMALL-25?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Makoto Yui updated HIVEMALL-25: --- Labels: Doc (was: Docs documentation) > [DOC] Update UserGuide for v0.5 > --

[jira] [Updated] (HIVEMALL-81) Document ranking measures

2017-02-28 Thread Makoto Yui (JIRA)
[ https://issues.apache.org/jira/browse/HIVEMALL-81?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Makoto Yui updated HIVEMALL-81: --- Labels: Doc (was: ) > Document ranking measures > - > > Key:

[GitHub] incubator-hivemall pull request #54: [HIVEMALL-76][SPARK] Fix worng ranks in...

2017-02-28 Thread maropu
GitHub user maropu opened a pull request: https://github.com/apache/incubator-hivemall/pull/54 [HIVEMALL-76][SPARK] Fix worng ranks in top-K funcs ## What changes were proposed in this pull request? This pr fixed the Spark `each_top_k`/`top_k_join` behaviour along with Hive ones

[GitHub] incubator-hivemall issue #52: [HIVEMALL-78] Implement AUC UDAF for binary cl...

2017-02-28 Thread coveralls
Github user coveralls commented on the issue: https://github.com/apache/incubator-hivemall/pull/52 [![Coverage Status](https://coveralls.io/builds/10366878/badge)](https://coveralls.io/builds/10366878) Coverage increased (+0.7%) to 37.03% when pulling **681e7fb0c9f4c1eb8

[jira] [Closed] (HIVEMALL-78) AUC UDAF for BinaryClassificationMetrics

2017-02-28 Thread Makoto Yui (JIRA)
[ https://issues.apache.org/jira/browse/HIVEMALL-78?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Makoto Yui closed HIVEMALL-78. -- Resolution: Fixed Assignee: Takuya Kitazawa (was: Makoto Yui) > AUC UDAF for BinaryClassificatio

[GitHub] incubator-hivemall issue #52: [HIVEMALL-78] Implement AUC UDAF for binary cl...

2017-02-28 Thread myui
Github user myui commented on the issue: https://github.com/apache/incubator-hivemall/pull/52 LGTM. Merged. Thank you so much for a big contribution! --- 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 no

[GitHub] incubator-hivemall pull request #52: [HIVEMALL-78] Implement AUC UDAF for bi...

2017-02-28 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/incubator-hivemall/pull/52 --- 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 feat

[GitHub] incubator-hivemall pull request #53: [HIVEMALL-82] Add ranking measures to d...

2017-02-28 Thread takuti
GitHub user takuti opened a pull request: https://github.com/apache/incubator-hivemall/pull/53 [HIVEMALL-82] Add ranking measures to ddl ## What changes were proposed in this pull request? Add ranking measures to ddl ## What type of PR is it? Improvement

[jira] [Created] (HIVEMALL-82) Add ranking measures to define-*.hive

2017-02-28 Thread Takuya Kitazawa (JIRA)
Takuya Kitazawa created HIVEMALL-82: --- Summary: Add ranking measures to define-*.hive Key: HIVEMALL-82 URL: https://issues.apache.org/jira/browse/HIVEMALL-82 Project: Hivemall Issue Type: Ta

[GitHub] incubator-hivemall pull request #52: [HIVEMALL-78] Implement AUC UDAF for bi...

2017-02-28 Thread myui
Github user myui commented on a diff in the pull request: https://github.com/apache/incubator-hivemall/pull/52#discussion_r103403903 --- Diff: core/src/main/java/hivemall/evaluation/AUCUDAF.java --- @@ -49,35 +51,264 @@ @SuppressWarnings("deprecation") @Description(

[GitHub] incubator-hivemall pull request #52: [HIVEMALL-78] Implement AUC UDAF for bi...

2017-02-28 Thread myui
Github user myui commented on a diff in the pull request: https://github.com/apache/incubator-hivemall/pull/52#discussion_r103403546 --- Diff: docs/gitbook/eval/auc.md --- @@ -0,0 +1,102 @@ + + + + +# Area Under the ROC Curve + +[ROC curve](https://en.wi

[GitHub] incubator-hivemall pull request #52: [HIVEMALL-78] Implement AUC UDAF for bi...

2017-02-28 Thread myui
Github user myui commented on a diff in the pull request: https://github.com/apache/incubator-hivemall/pull/52#discussion_r103402767 --- Diff: docs/gitbook/eval/auc.md --- @@ -0,0 +1,102 @@ + + + + +# Area Under the ROC Curve + +[ROC curve](https://en.wi

[GitHub] incubator-hivemall pull request #52: [HIVEMALL-78] Implement AUC UDAF for bi...

2017-02-28 Thread myui
Github user myui commented on a diff in the pull request: https://github.com/apache/incubator-hivemall/pull/52#discussion_r103402140 --- Diff: core/src/main/java/hivemall/evaluation/AUCUDAF.java --- @@ -49,35 +51,264 @@ @SuppressWarnings("deprecation") @Description(

[GitHub] incubator-hivemall pull request #52: [HIVEMALL-78] Implement AUC UDAF for bi...

2017-02-28 Thread takuti
Github user takuti commented on a diff in the pull request: https://github.com/apache/incubator-hivemall/pull/52#discussion_r103401513 --- Diff: core/src/main/java/hivemall/evaluation/AUCUDAF.java --- @@ -49,35 +50,251 @@ @SuppressWarnings("deprecation") @Description(