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

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

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

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

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

2017-02-27 Thread myui
Github user myui commented on a diff in the pull request: https://github.com/apache/incubator-hivemall/pull/52#discussion_r103386937 --- Diff: core/src/test/java/hivemall/evaluation/AUCUDAFTest.java --- @@ -0,0 +1,218 @@ +/* + * Licensed to the Apache Software Foundation

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

2017-02-27 Thread takuti
GitHub user takuti opened a pull request: https://github.com/apache/incubator-hivemall/pull/52 [HIVEMALL-78] Implement AUC UDAF for binary classification ## What changes were proposed in this pull request? In addition to current `auc(array, array)` for ranking

[GitHub] incubator-hivemall issue #51: [WIP][HIVEMALL-75] Support Sparse Vector Forma...

2017-02-27 Thread coveralls
Github user coveralls commented on the issue: https://github.com/apache/incubator-hivemall/pull/51 [![Coverage Status](https://coveralls.io/builds/10345031/badge)](https://coveralls.io/builds/10345031) Coverage decreased (-0.02%) to 36.332% when pulling

[GitHub] incubator-hivemall issue #51: [WIP][HIVEMALL-75] Support Sparse Vector Forma...

2017-02-27 Thread coveralls
Github user coveralls commented on the issue: https://github.com/apache/incubator-hivemall/pull/51 [![Coverage Status](https://coveralls.io/builds/10343530/badge)](https://coveralls.io/builds/10343530) Coverage increased (+0.03%) to 36.381% when pulling