[GitHub] incubator-hivemall issue #108: [HIVEMALL-138] `to_ordered_map` & `to_ordered...

2017-08-10 Thread myui
Github user myui commented on the issue: https://github.com/apache/incubator-hivemall/pull/108 that's bad... --- 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 w

[GitHub] incubator-hivemall issue #108: [HIVEMALL-138] `to_ordered_map` & `to_ordered...

2017-08-12 Thread myui
Github user myui commented on the issue: https://github.com/apache/incubator-hivemall/pull/108 lots of collisions in `to_ordered_map`. --- 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

[GitHub] incubator-hivemall issue #105: [WIP][HIVEMALL-24] Scalable field-aware facto...

2017-08-23 Thread myui
Github user myui commented on the issue: https://github.com/apache/incubator-hivemall/pull/105 ``` 2017-08-23 06:57:27,685 [INFO] [TezChild] |fm.FieldAwareFactorizationMachineUDTF|: FFMStringFeatureMapModel [bytesAllocated=1.70 GiB, bytesUsed=N/A, numAllocatedW=799,594

[GitHub] incubator-hivemall pull request #107: [HIVEMALL-132] Generalize f1score UDAF...

2017-08-24 Thread myui
Github user myui commented on a diff in the pull request: https://github.com/apache/incubator-hivemall/pull/107#discussion_r135045093 --- Diff: resources/ddl/define-all.spark --- @@ -530,6 +530,9 @@ sqlContext.sql("CREATE TEMPORARY FUNCTION lr_datagen AS 'hivemall.data

[GitHub] incubator-hivemall issue #107: [HIVEMALL-132] Generalize f1score UDAF to sup...

2017-08-24 Thread myui
Github user myui commented on the issue: https://github.com/apache/incubator-hivemall/pull/107 @nzw0301 grep f1score in `resources/ddl`. It's not only for `define-all.spark`. --- If your project is set up for it, you can reply to this email and have your reply appear on GitH

[GitHub] incubator-hivemall pull request #110: [HIVEMALL-142] Implement SingularizeUD...

2017-08-28 Thread myui
Github user myui commented on a diff in the pull request: https://github.com/apache/incubator-hivemall/pull/110#discussion_r135458769 --- Diff: core/src/main/java/hivemall/utils/lang/StringUtils.java --- @@ -172,12 +172,17 @@ public static void clear(@Nonnull final StringBuilder

[GitHub] incubator-hivemall pull request #107: [HIVEMALL-132] Generalize f1score UDAF...

2017-08-28 Thread myui
Github user myui commented on a diff in the pull request: https://github.com/apache/incubator-hivemall/pull/107#discussion_r135514455 --- Diff: core/src/main/java/hivemall/evaluation/F1ScoreUDAF.java --- @@ -0,0 +1,134 @@ +/* + * Licensed to the Apache Software Foundation

[GitHub] incubator-hivemall pull request #107: [HIVEMALL-132] Generalize f1score UDAF...

2017-08-28 Thread myui
Github user myui commented on a diff in the pull request: https://github.com/apache/incubator-hivemall/pull/107#discussion_r135693139 --- Diff: core/src/main/java/hivemall/evaluation/FMeasureUDAF.java --- @@ -18,118 +18,387 @@ */ package hivemall.evaluation

[GitHub] incubator-hivemall issue #107: [HIVEMALL-132] Generalize f1score UDAF to sup...

2017-08-29 Thread myui
Github user myui commented on the issue: https://github.com/apache/incubator-hivemall/pull/107 It's Hive v2.2.0 bug. Filed a ticket: https://issues.apache.org/jira/browse/HIVE-17406 --- If your project is set up for it, you can reply to this email and have your reply a

[GitHub] incubator-hivemall pull request #111: [WIP][HIVEMALL-17] Support SLIM

2017-08-30 Thread myui
Github user myui commented on a diff in the pull request: https://github.com/apache/incubator-hivemall/pull/111#discussion_r136031239 --- Diff: core/src/main/java/hivemall/recommend/SlimUDTF.java --- @@ -144,11 +208,76 @@ public void process(Object[] args) throws HiveException

[GitHub] incubator-hivemall pull request #111: [WIP][HIVEMALL-17] Support SLIM

2017-08-30 Thread myui
Github user myui commented on a diff in the pull request: https://github.com/apache/incubator-hivemall/pull/111#discussion_r136028991 --- Diff: core/src/main/java/hivemall/recommend/SlimUDTF.java --- @@ -217,13 +347,48 @@ private void train(int i, Map Ri, Map topKRatesOfI, int j

[GitHub] incubator-hivemall pull request #111: [WIP][HIVEMALL-17] Support SLIM

2017-08-30 Thread myui
Github user myui commented on a diff in the pull request: https://github.com/apache/incubator-hivemall/pull/111#discussion_r136030303 --- Diff: core/src/main/java/hivemall/recommend/SlimUDTF.java --- @@ -217,13 +347,48 @@ private void train(int i, Map Ri, Map topKRatesOfI, int j

[GitHub] incubator-hivemall pull request #111: [WIP][HIVEMALL-17] Support SLIM

2017-08-30 Thread myui
Github user myui commented on a diff in the pull request: https://github.com/apache/incubator-hivemall/pull/111#discussion_r136029475 --- Diff: core/src/main/java/hivemall/recommend/SlimUDTF.java --- @@ -217,13 +347,48 @@ private void train(int i, Map Ri, Map topKRatesOfI, int j

[GitHub] incubator-hivemall pull request #111: [WIP][HIVEMALL-17] Support SLIM

2017-08-30 Thread myui
Github user myui commented on a diff in the pull request: https://github.com/apache/incubator-hivemall/pull/111#discussion_r136037465 --- Diff: core/src/main/java/hivemall/recommend/SlimUDTF.java --- @@ -144,11 +208,76 @@ public void process(Object[] args) throws HiveException

[GitHub] incubator-hivemall pull request #111: [WIP][HIVEMALL-17] Support SLIM

2017-08-30 Thread myui
Github user myui commented on a diff in the pull request: https://github.com/apache/incubator-hivemall/pull/111#discussion_r136031740 --- Diff: core/src/main/java/hivemall/recommend/SlimUDTF.java --- @@ -77,6 +106,26 @@ public StructObjectInspector initialize(ObjectInspector

[GitHub] incubator-hivemall pull request #111: [WIP][HIVEMALL-17] Support SLIM

2017-08-30 Thread myui
Github user myui commented on a diff in the pull request: https://github.com/apache/incubator-hivemall/pull/111#discussion_r136027874 --- Diff: core/src/main/java/hivemall/recommend/SlimUDTF.java --- @@ -235,16 +400,12 @@ private void train(int i, Map Ri, Map topKRatesOfI, int j

[GitHub] incubator-hivemall pull request #111: [WIP][HIVEMALL-17] Support SLIM

2017-08-30 Thread myui
Github user myui commented on a diff in the pull request: https://github.com/apache/incubator-hivemall/pull/111#discussion_r136030564 --- Diff: core/src/main/java/hivemall/recommend/SlimUDTF.java --- @@ -217,13 +347,48 @@ private void train(int i, Map Ri, Map topKRatesOfI, int j

[GitHub] incubator-hivemall pull request #111: [WIP][HIVEMALL-17] Support SLIM

2017-08-30 Thread myui
Github user myui commented on a diff in the pull request: https://github.com/apache/incubator-hivemall/pull/111#discussion_r136094514 --- Diff: core/src/main/java/hivemall/math/matrix/sparse/DoKMatrix.java --- @@ -309,6 +309,20 @@ public void eachNonZeroInColumn(@Nonnegative final

[GitHub] incubator-hivemall pull request #111: [WIP][HIVEMALL-17] Support SLIM

2017-08-31 Thread myui
Github user myui commented on a diff in the pull request: https://github.com/apache/incubator-hivemall/pull/111#discussion_r136496813 --- Diff: resources/ddl/define-all.hive --- @@ -694,6 +694,12 @@ create temporary function rf_ensemble as 'hivemall.smile.tools.RandomForest

[GitHub] incubator-hivemall pull request #111: [WIP][HIVEMALL-17] Support SLIM

2017-08-31 Thread myui
Github user myui commented on a diff in the pull request: https://github.com/apache/incubator-hivemall/pull/111#discussion_r136496877 --- Diff: docs/gitbook/recommend/movielens_cf.md --- @@ -61,7 +61,8 @@ partial_result as ( -- launch DIMSUM in a MapReduce fashion

[GitHub] incubator-hivemall issue #107: [HIVEMALL-132] Generalize f1score UDAF to sup...

2017-09-02 Thread myui
Github user myui commented on the issue: https://github.com/apache/incubator-hivemall/pull/107 Let me see. --- 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

[GitHub] incubator-hivemall pull request #111: [WIP][HIVEMALL-17] Support SLIM

2017-09-02 Thread myui
Github user myui commented on a diff in the pull request: https://github.com/apache/incubator-hivemall/pull/111#discussion_r136692929 --- Diff: core/src/main/java/hivemall/utils/collections/maps/Int2DoubleOpenHashTable.java --- @@ -0,0 +1,417 @@ +/* + * Licensed to the

[GitHub] incubator-hivemall pull request #111: [WIP][HIVEMALL-17] Support SLIM

2017-09-04 Thread myui
Github user myui commented on a diff in the pull request: https://github.com/apache/incubator-hivemall/pull/111#discussion_r136904245 --- Diff: core/src/main/java/hivemall/recommend/SlimUDTF.java --- @@ -0,0 +1,625 @@ +/* + * Licensed to the Apache Software Foundation (ASF

[GitHub] incubator-hivemall pull request #111: [WIP][HIVEMALL-17] Support SLIM

2017-09-04 Thread myui
Github user myui commented on a diff in the pull request: https://github.com/apache/incubator-hivemall/pull/111#discussion_r136904213 --- Diff: core/src/main/java/hivemall/recommend/SlimUDTF.java --- @@ -0,0 +1,625 @@ +/* + * Licensed to the Apache Software Foundation (ASF

[GitHub] incubator-hivemall issue #105: [HIVEMALL-24] Scalable field-aware factorizat...

2017-09-10 Thread myui
Github user myui commented on the issue: https://github.com/apache/incubator-hivemall/pull/105 Merged into master. More works to appear in `[HIVEMALL-24-3]`. ---

[GitHub] incubator-hivemall issue #103: [HIVEMALL-133][SPARK][WIP] Support spark-v2.2...

2017-09-10 Thread myui
Github user myui commented on the issue: https://github.com/apache/incubator-hivemall/pull/103 @maropu I would like to merge this PR but it seems that you deleted the branch or repository. ---

[GitHub] incubator-hivemall issue #103: [HIVEMALL-133][SPARK][WIP] Support spark-v2.2...

2017-09-10 Thread myui
Github user myui commented on the issue: https://github.com/apache/incubator-hivemall/pull/103 @maropu check #106 as well. ---

[GitHub] incubator-hivemall pull request #114: [HIVEMALL-138-2] refactored to_ordered...

2017-09-12 Thread myui
GitHub user myui opened a pull request: https://github.com/apache/incubator-hivemall/pull/114 [HIVEMALL-138-2] refactored to_ordered_map & to_ordered_list UDAF ## What changes were proposed in this pull request? This PR applies refactoring to #108 ## What typ

[GitHub] incubator-hivemall issue #114: [HIVEMALL-138-2] refactored to_ordered_map & ...

2017-09-12 Thread myui
Github user myui commented on the issue: https://github.com/apache/incubator-hivemall/pull/114 @takuti applied some refactoring. ---

[GitHub] incubator-hivemall issue #114: [HIVEMALL-138-2] refactored to_ordered_map & ...

2017-09-12 Thread myui
Github user myui commented on the issue: https://github.com/apache/incubator-hivemall/pull/114 ``` FAILED: IllegalArgumentException Size requested for unknown type: hivemall.tools.list.UDAFToOrderedList$UDAFToOrderedListEvaluator$AbstractQueueHandler ``` failed in

[GitHub] incubator-hivemall issue #108: [HIVEMALL-138] `to_ordered_map` & `to_ordered...

2017-09-12 Thread myui
Github user myui commented on the issue: https://github.com/apache/incubator-hivemall/pull/108 Failed also for to_ordered_map in Hive v2.3.0. `IllegalArgumentException Size requested for unknown type: java.util.Map` ---

[GitHub] incubator-hivemall issue #114: [HIVEMALL-138-2] refactored to_ordered_map & ...

2017-09-12 Thread myui
Github user myui commented on the issue: https://github.com/apache/incubator-hivemall/pull/114 Ah... It was Hive v2.3.0 bug and not related to estimate(). https://issues.apache.org/jira/browse/HIVE-17406 ---

[GitHub] incubator-hivemall issue #114: [HIVEMALL-138-2] refactored to_ordered_map & ...

2017-09-12 Thread myui
Github user myui commented on the issue: https://github.com/apache/incubator-hivemall/pull/114 oops... I forget that default constructor is mandatory in UDAF. ``` Caused by: java.lang.RuntimeException: java.lang.NoSuchMethodException: hivemall.tools.map.UDAFToOrderedMap

[GitHub] incubator-hivemall pull request #108: [HIVEMALL-138] `to_ordered_map` & `to_...

2017-09-13 Thread myui
Github user myui commented on a diff in the pull request: https://github.com/apache/incubator-hivemall/pull/108#discussion_r138585976 --- Diff: core/src/main/java/hivemall/tools/map/UDAFToOrderedMap.java --- @@ -92,4 +122,172 @@ public void reset(@SuppressWarnings("deprec

[GitHub] incubator-hivemall pull request #108: [HIVEMALL-138] `to_ordered_map` & `to_...

2017-09-13 Thread myui
Github user myui commented on a diff in the pull request: https://github.com/apache/incubator-hivemall/pull/108#discussion_r138586028 --- Diff: core/src/main/java/hivemall/tools/map/UDAFToOrderedMap.java --- @@ -92,4 +122,172 @@ public void reset(@SuppressWarnings("deprec

[GitHub] incubator-hivemall pull request #108: [HIVEMALL-138] `to_ordered_map` & `to_...

2017-09-13 Thread myui
Github user myui commented on a diff in the pull request: https://github.com/apache/incubator-hivemall/pull/108#discussion_r138024379 --- Diff: core/src/main/java/hivemall/tools/map/UDAFToOrderedMap.java --- @@ -54,19 +68,35 @@ public GenericUDAFEvaluator getEvaluator

[GitHub] incubator-hivemall pull request #108: [HIVEMALL-138] `to_ordered_map` & `to_...

2017-09-13 Thread myui
Github user myui commented on a diff in the pull request: https://github.com/apache/incubator-hivemall/pull/108#discussion_r138024907 --- Diff: core/src/main/java/hivemall/tools/list/UDAFToOrderedList.java --- @@ -0,0 +1,535 @@ +/* + * Licensed to the Apache Software

[GitHub] incubator-hivemall pull request #108: [HIVEMALL-138] `to_ordered_map` & `to_...

2017-09-13 Thread myui
Github user myui commented on a diff in the pull request: https://github.com/apache/incubator-hivemall/pull/108#discussion_r138026120 --- Diff: core/src/main/java/hivemall/tools/list/UDAFToOrderedList.java --- @@ -0,0 +1,535 @@ +/* + * Licensed to the Apache Software

[GitHub] incubator-hivemall issue #114: [HIVEMALL-138-2] refactored to_ordered_map & ...

2017-09-13 Thread myui
Github user myui commented on the issue: https://github.com/apache/incubator-hivemall/pull/114 @takuti reverted some changes by me and merged. ---

[GitHub] incubator-hivemall issue #108: [HIVEMALL-138] `to_ordered_map` & `to_ordered...

2017-09-13 Thread myui
Github user myui commented on the issue: https://github.com/apache/incubator-hivemall/pull/108 Merged. Thanks! ---

[GitHub] incubator-hivemall issue #112: [HIVEMALL-133][SPARK] Support spark-v2.2 in t...

2017-09-13 Thread myui
Github user myui commented on the issue: https://github.com/apache/incubator-hivemall/pull/112 👍 Merged! ---

[GitHub] incubator-hivemall issue #113: [HIVEMALL-136][SPARK] Support train_classifie...

2017-09-13 Thread myui
Github user myui commented on the issue: https://github.com/apache/incubator-hivemall/pull/113 👍 Merged! ---

[GitHub] incubator-hivemall issue #109: [HIVEMALL-140] Rename PrecisionUDAF and Recal...

2017-09-13 Thread myui
Github user myui commented on the issue: https://github.com/apache/incubator-hivemall/pull/109 👍 Merged! Thanks. ---

[GitHub] incubator-hivemall issue #110: [HIVEMALL-142] Implement SingularizeUDF

2017-09-13 Thread myui
Github user myui commented on the issue: https://github.com/apache/incubator-hivemall/pull/110 👍 Merged. Thanks! ---

[GitHub] incubator-hivemall pull request #107: [HIVEMALL-132] Generalize f1score UDAF...

2017-09-13 Thread myui
Github user myui commented on a diff in the pull request: https://github.com/apache/incubator-hivemall/pull/107#discussion_r138613348 --- Diff: docs/gitbook/eval/auc.md --- @@ -100,7 +100,7 @@ Note that `floor(prob / 0.2)` means that the rows are distributed to 5 bins for

[GitHub] incubator-hivemall issue #107: [HIVEMALL-132] Generalize f1score UDAF to sup...

2017-09-13 Thread myui
Github user myui commented on the issue: https://github.com/apache/incubator-hivemall/pull/107 @nzw0301 I'll fix and merge it. No need to update this PR. ---

[GitHub] incubator-hivemall issue #107: [HIVEMALL-132] Generalize f1score UDAF to sup...

2017-09-13 Thread myui
Github user myui commented on the issue: https://github.com/apache/incubator-hivemall/pull/107 @nzw0301 LGTM 👍 Merged. Well done! (thank you for your review @takuti ) ---

[GitHub] incubator-hivemall issue #111: [HIVEMALL-17] Support SLIM

2017-09-13 Thread myui
Github user myui commented on the issue: https://github.com/apache/incubator-hivemall/pull/111 @nzw0301 could you rebase with the master branch? ---

[GitHub] incubator-hivemall pull request #115: [WIP][HIVEMALL-124][BUGFIX] Fixed bugs...

2017-09-14 Thread myui
GitHub user myui opened a pull request: https://github.com/apache/incubator-hivemall/pull/115 [WIP][HIVEMALL-124][BUGFIX] Fixed bugs in BinaryResponseMeasure (nDCG, MRR, AP) ## What changes were proposed in this pull request? Fixed bug in the BinaryResponse measure such as

[GitHub] incubator-hivemall issue #115: [WIP][HIVEMALL-124][BUGFIX] Fixed bugs in Bin...

2017-09-14 Thread myui
Github user myui commented on the issue: https://github.com/apache/incubator-hivemall/pull/115 @takuti could you review this PR? ---

[GitHub] incubator-hivemall issue #115: [WIP][HIVEMALL-124][BUGFIX] Fixed bugs in Bin...

2017-09-15 Thread myui
Github user myui commented on the issue: https://github.com/apache/incubator-hivemall/pull/115 Ideally, it should be `ndcg(array(1,3), array(1)) < ndcg(array(1), array(1))` but correct code return 1.0 for both cases. ---

[GitHub] incubator-hivemall pull request #115: [WIP][HIVEMALL-124][BUGFIX] Fixed bugs...

2017-09-15 Thread myui
Github user myui commented on a diff in the pull request: https://github.com/apache/incubator-hivemall/pull/115#discussion_r139088453 --- Diff: core/src/main/java/hivemall/evaluation/BinaryResponsesMeasures.java --- @@ -79,8 +91,15 @@ public static double IDCG(final int n

[GitHub] incubator-hivemall pull request #111: [HIVEMALL-17] Support SLIM

2017-09-20 Thread myui
Github user myui commented on a diff in the pull request: https://github.com/apache/incubator-hivemall/pull/111#discussion_r139900716 --- Diff: core/src/main/java/hivemall/evaluation/GradedResponsesMeasures.java --- @@ -54,4 +54,23 @@ public static double DCG(final List

[GitHub] incubator-hivemall pull request #111: [HIVEMALL-17] Support SLIM

2017-09-20 Thread myui
Github user myui commented on a diff in the pull request: https://github.com/apache/incubator-hivemall/pull/111#discussion_r139901202 --- Diff: core/src/main/java/hivemall/evaluation/HitRateUDAF.java --- @@ -0,0 +1,261 @@ +/* + * Licensed to the Apache Software Foundation

[GitHub] incubator-hivemall issue #111: [HIVEMALL-17] Support SLIM

2017-09-20 Thread myui
Github user myui commented on the issue: https://github.com/apache/incubator-hivemall/pull/111 I'll create another PR `[HIVEMALL-17-2]` based on this PR. ---

[GitHub] incubator-hivemall pull request #111: [HIVEMALL-17] Support SLIM

2017-09-21 Thread myui
Github user myui commented on a diff in the pull request: https://github.com/apache/incubator-hivemall/pull/111#discussion_r140207562 --- Diff: core/src/test/java/hivemall/recommend/SlimUDTFTest.java --- @@ -0,0 +1,126 @@ +/* + * Licensed to the Apache Software Foundation

[GitHub] incubator-hivemall pull request #116: [WIP][HIVEMALL-118] word2vec

2017-09-21 Thread myui
Github user myui commented on a diff in the pull request: https://github.com/apache/incubator-hivemall/pull/116#discussion_r140413586 --- Diff: core/src/main/java/hivemall/unsupervised/AbstractWord2vecModel.java --- @@ -0,0 +1,125 @@ +/* + * Licensed to the Apache Software

[GitHub] incubator-hivemall pull request #116: [WIP][HIVEMALL-118] word2vec

2017-09-21 Thread myui
Github user myui commented on a diff in the pull request: https://github.com/apache/incubator-hivemall/pull/116#discussion_r140413234 --- Diff: core/src/main/java/hivemall/unsupervised/AbstractWord2vecModel.java --- @@ -0,0 +1,125 @@ +/* + * Licensed to the Apache Software

[GitHub] incubator-hivemall pull request #116: [WIP][HIVEMALL-118] word2vec

2017-09-25 Thread myui
Github user myui commented on a diff in the pull request: https://github.com/apache/incubator-hivemall/pull/116#discussion_r140725317 --- Diff: core/src/main/java/hivemall/embedding/AbstractWord2VecModel.java --- @@ -0,0 +1,117 @@ +/* + * Licensed to the Apache Software

[GitHub] incubator-hivemall pull request #116: [WIP][HIVEMALL-118] word2vec

2017-09-25 Thread myui
Github user myui commented on a diff in the pull request: https://github.com/apache/incubator-hivemall/pull/116#discussion_r140725446 --- Diff: core/src/main/java/hivemall/embedding/AbstractWord2VecModel.java --- @@ -0,0 +1,117 @@ +/* + * Licensed to the Apache Software

[GitHub] incubator-hivemall pull request #117: [WIP][HIVEMALL-17-2] Revise SLIM imple...

2017-09-26 Thread myui
GitHub user myui opened a pull request: https://github.com/apache/incubator-hivemall/pull/117 [WIP][HIVEMALL-17-2] Revise SLIM implementation ## What changes were proposed in this pull request? This PR applied refactoring to #111 ## What type of PR is it

[GitHub] incubator-hivemall issue #117: [WIP][HIVEMALL-17-2] Revise SLIM implementati...

2017-09-26 Thread myui
Github user myui commented on the issue: https://github.com/apache/incubator-hivemall/pull/117 Need to fix the following error: ``` testAllSamples(hivemall.recommend.SlimUDTFTest) Time elapsed: 0.285 sec <<< ERROR! java.lang.NullPointerException: null

[GitHub] incubator-hivemall pull request #117: [WIP][HIVEMALL-17-2] Revise SLIM imple...

2017-09-27 Thread myui
Github user myui commented on a diff in the pull request: https://github.com/apache/incubator-hivemall/pull/117#discussion_r141026059 --- Diff: core/src/main/java/hivemall/recommend/SlimUDTF.java --- @@ -0,0 +1,750 @@ +/* + * Licensed to the Apache Software Foundation (ASF

[GitHub] incubator-hivemall issue #117: [WIP][HIVEMALL-17-2] Revise SLIM implementati...

2017-09-27 Thread myui
Github user myui commented on the issue: https://github.com/apache/incubator-hivemall/pull/117 @nzw0301 Merged your SLIM pull request with some modifications. Thank you for a big contribution! ---

[GitHub] incubator-hivemall pull request #116: [WIP][HIVEMALL-118] word2vec

2017-09-28 Thread myui
Github user myui commented on a diff in the pull request: https://github.com/apache/incubator-hivemall/pull/116#discussion_r141543245 --- Diff: core/src/main/java/hivemall/embedding/AbstractWord2VecModel.java --- @@ -0,0 +1,125 @@ +/* + * Licensed to the Apache Software

[GitHub] incubator-hivemall pull request #116: [WIP][HIVEMALL-118] word2vec

2017-09-28 Thread myui
Github user myui commented on a diff in the pull request: https://github.com/apache/incubator-hivemall/pull/116#discussion_r141542968 --- Diff: core/src/main/java/hivemall/embedding/AbstractWord2VecModel.java --- @@ -0,0 +1,125 @@ +/* + * Licensed to the Apache Software

[GitHub] incubator-hivemall pull request #116: [WIP][HIVEMALL-118] word2vec

2017-09-28 Thread myui
Github user myui commented on a diff in the pull request: https://github.com/apache/incubator-hivemall/pull/116#discussion_r141543945 --- Diff: core/src/main/java/hivemall/embedding/Word2VecUDTF.java --- @@ -0,0 +1,364 @@ +/* + * Licensed to the Apache Software Foundation

[GitHub] incubator-hivemall pull request #116: [WIP][HIVEMALL-118] word2vec

2017-09-28 Thread myui
Github user myui commented on a diff in the pull request: https://github.com/apache/incubator-hivemall/pull/116#discussion_r141542877 --- Diff: core/src/main/java/hivemall/embedding/AbstractWord2VecModel.java --- @@ -0,0 +1,125 @@ +/* + * Licensed to the Apache Software

[GitHub] incubator-hivemall pull request #116: [WIP][HIVEMALL-118] word2vec

2017-09-28 Thread myui
Github user myui commented on a diff in the pull request: https://github.com/apache/incubator-hivemall/pull/116#discussion_r141545135 --- Diff: docs/gitbook/embedding/word2vec.md --- @@ -0,0 +1,399 @@ + + +Word Embedding is a powerful tool for many tasks, +e.g

[GitHub] incubator-hivemall pull request #116: [WIP][HIVEMALL-118] word2vec

2017-09-28 Thread myui
Github user myui commented on a diff in the pull request: https://github.com/apache/incubator-hivemall/pull/116#discussion_r141545219 --- Diff: docs/gitbook/embedding/word2vec.md --- @@ -0,0 +1,399 @@ + + +Word Embedding is a powerful tool for many tasks, +e.g

[GitHub] incubator-hivemall pull request #116: [WIP][HIVEMALL-118] word2vec

2017-09-28 Thread myui
Github user myui commented on a diff in the pull request: https://github.com/apache/incubator-hivemall/pull/116#discussion_r141543757 --- Diff: core/src/main/java/hivemall/embedding/CBoWModel.java --- @@ -0,0 +1,131 @@ +/* + * Licensed to the Apache Software Foundation (ASF

[GitHub] incubator-hivemall pull request #116: [WIP][HIVEMALL-118] word2vec

2017-09-28 Thread myui
Github user myui commented on a diff in the pull request: https://github.com/apache/incubator-hivemall/pull/116#discussion_r141547506 --- Diff: core/src/main/java/hivemall/embedding/Word2VecUDTF.java --- @@ -0,0 +1,364 @@ +/* + * Licensed to the Apache Software Foundation

[GitHub] incubator-hivemall pull request #116: [WIP][HIVEMALL-118] word2vec

2017-09-28 Thread myui
Github user myui commented on a diff in the pull request: https://github.com/apache/incubator-hivemall/pull/116#discussion_r141547708 --- Diff: core/src/main/java/hivemall/embedding/Word2VecUDTF.java --- @@ -0,0 +1,364 @@ +/* + * Licensed to the Apache Software Foundation

[GitHub] incubator-hivemall pull request #116: [WIP][HIVEMALL-118] word2vec

2017-09-28 Thread myui
Github user myui commented on a diff in the pull request: https://github.com/apache/incubator-hivemall/pull/116#discussion_r141545448 --- Diff: core/src/main/java/hivemall/embedding/Word2VecUDTF.java --- @@ -0,0 +1,364 @@ +/* + * Licensed to the Apache Software Foundation

[GitHub] incubator-hivemall pull request #116: [WIP][HIVEMALL-118] word2vec

2017-09-28 Thread myui
Github user myui commented on a diff in the pull request: https://github.com/apache/incubator-hivemall/pull/116#discussion_r141543514 --- Diff: core/src/main/java/hivemall/embedding/CBoWModel.java --- @@ -0,0 +1,131 @@ +/* + * Licensed to the Apache Software Foundation (ASF

[GitHub] incubator-hivemall pull request #116: [WIP][HIVEMALL-118] word2vec

2017-09-28 Thread myui
Github user myui commented on a diff in the pull request: https://github.com/apache/incubator-hivemall/pull/116#discussion_r141546656 --- Diff: core/src/main/java/hivemall/embedding/AbstractWord2VecModel.java --- @@ -0,0 +1,125 @@ +/* + * Licensed to the Apache Software

[GitHub] incubator-hivemall pull request #116: [WIP][HIVEMALL-118] word2vec

2017-09-28 Thread myui
Github user myui commented on a diff in the pull request: https://github.com/apache/incubator-hivemall/pull/116#discussion_r141546893 --- Diff: core/src/main/java/hivemall/embedding/CBoWModel.java --- @@ -0,0 +1,131 @@ +/* + * Licensed to the Apache Software Foundation (ASF

[GitHub] incubator-hivemall pull request #116: [WIP][HIVEMALL-118] word2vec

2017-09-28 Thread myui
Github user myui commented on a diff in the pull request: https://github.com/apache/incubator-hivemall/pull/116#discussion_r141543209 --- Diff: core/src/main/java/hivemall/embedding/AbstractWord2VecModel.java --- @@ -0,0 +1,125 @@ +/* + * Licensed to the Apache Software

[GitHub] incubator-hivemall pull request #116: [WIP][HIVEMALL-118] word2vec

2017-09-28 Thread myui
Github user myui commented on a diff in the pull request: https://github.com/apache/incubator-hivemall/pull/116#discussion_r141545257 --- Diff: docs/gitbook/embedding/word2vec.md --- @@ -0,0 +1,399 @@ + + +Word Embedding is a powerful tool for many tasks, +e.g

[GitHub] incubator-hivemall pull request #116: [WIP][HIVEMALL-118] word2vec

2017-09-28 Thread myui
Github user myui commented on a diff in the pull request: https://github.com/apache/incubator-hivemall/pull/116#discussion_r141543095 --- Diff: core/src/main/java/hivemall/embedding/AbstractWord2VecModel.java --- @@ -0,0 +1,125 @@ +/* + * Licensed to the Apache Software

[GitHub] incubator-hivemall pull request #116: [WIP][HIVEMALL-118] word2vec

2017-09-28 Thread myui
Github user myui commented on a diff in the pull request: https://github.com/apache/incubator-hivemall/pull/116#discussion_r141546522 --- Diff: core/src/main/java/hivemall/embedding/AliasTableBuilderUDTF.java --- @@ -0,0 +1,203 @@ +/* + * Licensed to the Apache Software

[GitHub] incubator-hivemall pull request #116: [WIP][HIVEMALL-118] word2vec

2017-09-28 Thread myui
Github user myui commented on a diff in the pull request: https://github.com/apache/incubator-hivemall/pull/116#discussion_r141545805 --- Diff: core/src/main/java/hivemall/embedding/AliasTableBuilderUDTF.java --- @@ -0,0 +1,203 @@ +/* + * Licensed to the Apache Software

[GitHub] incubator-hivemall pull request #116: [WIP][HIVEMALL-118] word2vec

2017-09-28 Thread myui
Github user myui commented on a diff in the pull request: https://github.com/apache/incubator-hivemall/pull/116#discussion_r141547369 --- Diff: core/src/main/java/hivemall/embedding/Word2VecUDTF.java --- @@ -0,0 +1,364 @@ +/* + * Licensed to the Apache Software Foundation

[GitHub] incubator-hivemall pull request #116: [WIP][HIVEMALL-118] word2vec

2017-09-28 Thread myui
Github user myui commented on a diff in the pull request: https://github.com/apache/incubator-hivemall/pull/116#discussion_r141544983 --- Diff: docs/gitbook/embedding/word2vec.md --- @@ -0,0 +1,399 @@ + + +Word Embedding is a powerful tool for many tasks, +e.g

[GitHub] incubator-hivemall pull request #116: [WIP][HIVEMALL-118] word2vec

2017-09-28 Thread myui
Github user myui commented on a diff in the pull request: https://github.com/apache/incubator-hivemall/pull/116#discussion_r141543643 --- Diff: core/src/main/java/hivemall/embedding/CBoWModel.java --- @@ -0,0 +1,131 @@ +/* + * Licensed to the Apache Software Foundation (ASF

[GitHub] incubator-hivemall pull request #116: [WIP][HIVEMALL-118] word2vec

2017-09-28 Thread myui
Github user myui commented on a diff in the pull request: https://github.com/apache/incubator-hivemall/pull/116#discussion_r141546846 --- Diff: core/src/main/java/hivemall/embedding/CBoWModel.java --- @@ -0,0 +1,131 @@ +/* + * Licensed to the Apache Software Foundation (ASF

[GitHub] incubator-hivemall pull request #116: [WIP][HIVEMALL-118] word2vec

2017-09-28 Thread myui
Github user myui commented on a diff in the pull request: https://github.com/apache/incubator-hivemall/pull/116#discussion_r141543986 --- Diff: core/src/main/java/hivemall/embedding/Word2VecUDTF.java --- @@ -0,0 +1,364 @@ +/* + * Licensed to the Apache Software Foundation

[GitHub] incubator-hivemall pull request #116: [WIP][HIVEMALL-118] word2vec

2017-09-28 Thread myui
Github user myui commented on a diff in the pull request: https://github.com/apache/incubator-hivemall/pull/116#discussion_r141545337 --- Diff: docs/gitbook/embedding/word2vec.md --- @@ -0,0 +1,399 @@ + + +Word Embedding is a powerful tool for many tasks, +e.g

[GitHub] incubator-hivemall pull request #116: [WIP][HIVEMALL-118] word2vec

2017-09-28 Thread myui
Github user myui commented on a diff in the pull request: https://github.com/apache/incubator-hivemall/pull/116#discussion_r141544782 --- Diff: core/src/main/java/hivemall/embedding/Word2VecUDTF.java --- @@ -0,0 +1,364 @@ +/* + * Licensed to the Apache Software Foundation

[GitHub] incubator-hivemall issue #116: [WIP][HIVEMALL-118] word2vec

2017-09-28 Thread myui
Github user myui commented on the issue: https://github.com/apache/incubator-hivemall/pull/116 `What type of PR is it? => Improvement` should be `Feature`. ---

[GitHub] incubator-hivemall issue #116: [WIP][HIVEMALL-118] word2vec

2017-09-28 Thread myui
Github user myui commented on the issue: https://github.com/apache/incubator-hivemall/pull/116 @nzw0301 Please rebase to master resolving ^ conflicts. ---

[GitHub] incubator-hivemall pull request #116: [WIP][HIVEMALL-118] word2vec

2017-09-28 Thread myui
Github user myui commented on a diff in the pull request: https://github.com/apache/incubator-hivemall/pull/116#discussion_r141550040 --- Diff: core/src/main/java/hivemall/embedding/AbstractWord2VecModel.java --- @@ -0,0 +1,125 @@ +/* + * Licensed to the Apache Software

[GitHub] incubator-hivemall pull request #116: [WIP][HIVEMALL-118] word2vec

2017-09-28 Thread myui
Github user myui commented on a diff in the pull request: https://github.com/apache/incubator-hivemall/pull/116#discussion_r141556391 --- Diff: core/src/main/java/hivemall/embedding/AbstractWord2VecModel.java --- @@ -0,0 +1,125 @@ +/* + * Licensed to the Apache Software

[GitHub] incubator-hivemall pull request #116: [WIP][HIVEMALL-118] word2vec

2017-09-28 Thread myui
Github user myui commented on a diff in the pull request: https://github.com/apache/incubator-hivemall/pull/116#discussion_r141556621 --- Diff: core/src/main/java/hivemall/embedding/Word2VecUDTF.java --- @@ -0,0 +1,364 @@ +/* + * Licensed to the Apache Software Foundation

[GitHub] incubator-hivemall pull request #116: [WIP][HIVEMALL-118] word2vec

2017-09-28 Thread myui
Github user myui commented on a diff in the pull request: https://github.com/apache/incubator-hivemall/pull/116#discussion_r141556886 --- Diff: core/src/main/java/hivemall/embedding/SkipGramModel.java --- @@ -0,0 +1,119 @@ +/* + * Licensed to the Apache Software Foundation

[GitHub] incubator-hivemall pull request #118: [HIVEMALL-146] Yet another UDF to gene...

2017-10-02 Thread myui
Github user myui commented on a diff in the pull request: https://github.com/apache/incubator-hivemall/pull/118#discussion_r142065112 --- Diff: core/src/main/java/hivemall/tools/text/NgramsUDF.java --- @@ -0,0 +1,76 @@ +/* + * Licensed to the Apache Software Foundation (ASF

[GitHub] incubator-hivemall pull request #118: [HIVEMALL-146] Yet another UDF to gene...

2017-10-02 Thread myui
Github user myui commented on a diff in the pull request: https://github.com/apache/incubator-hivemall/pull/118#discussion_r142065541 --- Diff: core/src/main/java/hivemall/tools/text/NgramsUDF.java --- @@ -0,0 +1,76 @@ +/* + * Licensed to the Apache Software Foundation (ASF

[GitHub] incubator-hivemall pull request #118: [HIVEMALL-146] Yet another UDF to gene...

2017-10-02 Thread myui
Github user myui commented on a diff in the pull request: https://github.com/apache/incubator-hivemall/pull/118#discussion_r142062132 --- Diff: core/src/main/java/hivemall/tools/text/NgramsUDF.java --- @@ -0,0 +1,76 @@ +/* + * Licensed to the Apache Software Foundation (ASF

[GitHub] incubator-hivemall pull request #118: [HIVEMALL-146] Yet another UDF to gene...

2017-10-02 Thread myui
Github user myui commented on a diff in the pull request: https://github.com/apache/incubator-hivemall/pull/118#discussion_r142069282 --- Diff: core/src/main/java/hivemall/tools/text/NgramsUDF.java --- @@ -0,0 +1,76 @@ +/* + * Licensed to the Apache Software Foundation (ASF

[GitHub] incubator-hivemall pull request #118: [HIVEMALL-146] Yet another UDF to gene...

2017-10-02 Thread myui
Github user myui commented on a diff in the pull request: https://github.com/apache/incubator-hivemall/pull/118#discussion_r142307304 --- Diff: core/src/main/java/hivemall/tools/text/NgramsUDF.java --- @@ -0,0 +1,76 @@ +/* + * Licensed to the Apache Software Foundation (ASF

<    1   2   3   4   5   6   7   8   >