[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

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

[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

[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

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

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