[GitHub] incubator-hivemall issue #71: [HIVEMALL-74] Implement pLSA

2017-04-27 Thread takuti
Github user takuti commented on the issue: https://github.com/apache/incubator-hivemall/pull/71 Ack! Checking your modifications. --- 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

[GitHub] incubator-hivemall issue #71: [HIVEMALL-74] Implement pLSA

2017-04-27 Thread myui
Github user myui commented on the issue: https://github.com/apache/incubator-hivemall/pull/71 oops... need to fix CI errors as well. https://travis-ci.org/apache/incubator-hivemall/jobs/226400990 --- If your project is set up for it, you can reply to this email and have your

[GitHub] incubator-hivemall issue #71: [HIVEMALL-74] Implement pLSA

2017-04-27 Thread myui
Github user myui commented on the issue: https://github.com/apache/incubator-hivemall/pull/71 @takuti Revised branch is already merged into 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

[GitHub] incubator-hivemall issue #71: [HIVEMALL-74] Implement pLSA

2017-04-27 Thread takuti
Github user takuti commented on the issue: https://github.com/apache/incubator-hivemall/pull/71 @myui Thanks! Are you planning to push [your revise branch](https://github.com/myui/incubator-hivemall/tree/HIVEMALL-74) to master? Or, can I cherry-pick them and start making additional

[GitHub] incubator-hivemall issue #75: [HIVEMALL-100] Fix build script

2017-04-27 Thread maropu
Github user maropu commented on the issue: https://github.com/apache/incubator-hivemall/pull/75 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

[jira] [Updated] (HIVEMALL-100) Fail to build by bin/build.sh

2017-04-27 Thread ITO Ryuichi (JIRA)
[ https://issues.apache.org/jira/browse/HIVEMALL-100?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ITO Ryuichi updated HIVEMALL-100: - External issue URL: https://github.com/apache/incubator-hivemall/pull/75 > Fail to build by

[jira] [Updated] (HIVEMALL-100) Fail to build by bin/build.sh

2017-04-27 Thread ITO Ryuichi (JIRA)
[ https://issues.apache.org/jira/browse/HIVEMALL-100?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ITO Ryuichi updated HIVEMALL-100: - Description: Relate to HIVEMALL-14 (was: Related to HIVEMALL-14) > Fail to build by

[GitHub] incubator-hivemall pull request #75: Fix build script

2017-04-27 Thread amaya382
GitHub user amaya382 opened a pull request: https://github.com/apache/incubator-hivemall/pull/75 Fix build script ## What changes were proposed in this pull request? Fix build script (`bin/build.sh`) relate to

[jira] [Created] (HIVEMALL-100) Fail to build by bin/build.sh

2017-04-27 Thread ITO Ryuichi (JIRA)
ITO Ryuichi created HIVEMALL-100: Summary: Fail to build by bin/build.sh Key: HIVEMALL-100 URL: https://issues.apache.org/jira/browse/HIVEMALL-100 Project: Hivemall Issue Type: Bug

[GitHub] incubator-hivemall issue #71: [HIVEMALL-74] Implement pLSA

2017-04-27 Thread myui
Github user myui commented on the issue: https://github.com/apache/incubator-hivemall/pull/71 @takuti LGTM for other codes. Merged! Thanks. Please send PR `[HIVEMALL-74-2]` if required. --- If your project is set up for it, you can reply to this email and have your reply

[GitHub] incubator-hivemall pull request #71: [HIVEMALL-74] Implement pLSA

2017-04-27 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/incubator-hivemall/pull/71 --- 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

[GitHub] incubator-hivemall issue #71: [HIVEMALL-74] Implement pLSA

2017-04-27 Thread myui
Github user myui commented on the issue: https://github.com/apache/incubator-hivemall/pull/71 @takuti I think probability normalization is missing in `plsa_predict`. ``` [{"label":0,"probability":1.0},{"label":1,"probability":1.1246405E-32}] ``` --- If your project

[jira] [Commented] (HIVEMALL-99) Cross-compilation of XGBoost using Docker

2017-04-27 Thread Takeshi Yamamuro (JIRA)
[ https://issues.apache.org/jira/browse/HIVEMALL-99?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15986583#comment-15986583 ] Takeshi Yamamuro commented on HIVEMALL-99: -- go for it! > Cross-compilation of XGBoost using

[GitHub] incubator-hivemall pull request #71: [HIVEMALL-74] Implement pLSA

2017-04-27 Thread myui
Github user myui commented on a diff in the pull request: https://github.com/apache/incubator-hivemall/pull/71#discussion_r113690440 --- Diff: core/src/main/java/hivemall/topicmodel/PLSAPredictUDAF.java --- @@ -0,0 +1,477 @@ +/* + * Licensed to the Apache Software

[jira] [Assigned] (HIVEMALL-99) Cross-compilation of XGBoost using Docker

2017-04-27 Thread ITO Ryuichi (JIRA)
[ https://issues.apache.org/jira/browse/HIVEMALL-99?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ITO Ryuichi reassigned HIVEMALL-99: --- Assignee: ITO Ryuichi > Cross-compilation of XGBoost using Docker >

[jira] [Commented] (HIVEMALL-99) Cross-compilation of XGBoost using Docker

2017-04-27 Thread ITO Ryuichi (JIRA)
[ https://issues.apache.org/jira/browse/HIVEMALL-99?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15986424#comment-15986424 ] ITO Ryuichi commented on HIVEMALL-99: - [~myui] I see, will try later > Cross-compilation of XGBoost

[jira] [Comment Edited] (HIVEMALL-96) Support GeoSpatial (lat/long ops) functions

2017-04-27 Thread Makoto Yui (JIRA)
[ https://issues.apache.org/jira/browse/HIVEMALL-96?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15986238#comment-15986238 ] Makoto Yui edited comment on HIVEMALL-96 at 4/27/17 9:12 AM: - Add x_tile and

[jira] [Reopened] (HIVEMALL-96) Support GeoSpatial (lat/long ops) functions

2017-04-27 Thread Makoto Yui (JIRA)
[ https://issues.apache.org/jira/browse/HIVEMALL-96?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Makoto Yui reopened HIVEMALL-96: Add x_tile and y_tile as well for custom formatting. {code} WITH data ( select