You are viewing a plain text version of this content. The canonical link for it is here.
- [jira] [Closed] (HIVEMALL-195) Support Kafka for real-time prediction and real-time anomaly detection through KSQL UDFs - posted by "Makoto Yui (JIRA)" <ji...@apache.org> on 2019/01/08 06:31:00 UTC, 0 replies.
- [jira] [Closed] (HIVEMALL-173) Hivemall on Kafka KSQL - posted by "Makoto Yui (JIRA)" <ji...@apache.org> on 2019/01/08 06:33:00 UTC, 0 replies.
- [jira] [Created] (HIVEMALL-231) Create Subarray UDF - posted by "Makoto Yui (JIRA)" <ji...@apache.org> on 2019/01/08 10:23:00 UTC, 0 replies.
- [GitHub] myui opened a new pull request #176: Replaced subarray UDF implementation with SubarrayUDF - posted by GitBox <gi...@apache.org> on 2019/01/08 10:26:14 UTC, 0 replies.
- [GitHub] asfgit closed pull request #176: [HIVEMALL-231] Replaced subarray UDF implementation with SubarrayUDF - posted by GitBox <gi...@apache.org> on 2019/01/08 11:02:16 UTC, 0 replies.
- [jira] [Commented] (HIVEMALL-231) Create Subarray UDF - posted by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2019/01/08 11:03:00 UTC, 0 replies.
- [jira] [Closed] (HIVEMALL-231) Create Subarray UDF - posted by "Makoto Yui (JIRA)" <ji...@apache.org> on 2019/01/08 11:03:00 UTC, 0 replies.
- [jira] [Created] (HIVEMALL-232) [DOC] Fix typo in the Top-K document - posted by "Kengo Seki (JIRA)" <ji...@apache.org> on 2019/01/10 18:06:00 UTC, 0 replies.
- [GitHub] sekikn opened a new pull request #177: [HIVEMALL-232][DOC] Fix typo in the Top-K document - posted by GitBox <gi...@apache.org> on 2019/01/10 18:14:39 UTC, 0 replies.
- [jira] [Commented] (HIVEMALL-232) [DOC] Fix typo in the Top-K document - posted by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2019/01/10 18:15:00 UTC, 2 replies.
- [GitHub] asfgit closed pull request #177: [HIVEMALL-232][DOC] Fix typo in the Top-K document - posted by GitBox <gi...@apache.org> on 2019/01/10 18:34:07 UTC, 0 replies.
- [GitHub] myui commented on issue #177: [HIVEMALL-232][DOC] Fix typo in the Top-K document - posted by GitBox <gi...@apache.org> on 2019/01/10 18:35:53 UTC, 0 replies.
- [jira] [Updated] (HIVEMALL-232) [DOC] Fix typo in the Top-K document - posted by "Makoto Yui (JIRA)" <ji...@apache.org> on 2019/01/10 18:37:00 UTC, 0 replies.
- [jira] [Assigned] (HIVEMALL-232) [DOC] Fix typo in the Top-K document - posted by "Makoto Yui (JIRA)" <ji...@apache.org> on 2019/01/10 18:37:00 UTC, 0 replies.
- [jira] [Closed] (HIVEMALL-232) [DOC] Fix typo in the Top-K document - posted by "Makoto Yui (JIRA)" <ji...@apache.org> on 2019/01/10 18:37:00 UTC, 0 replies.
- [jira] [Created] (HIVEMALL-233) RandomForest regressor accepts sparse vector input - posted by "Takuya Kitazawa (JIRA)" <ji...@apache.org> on 2019/01/18 00:30:00 UTC, 0 replies.
- [GitHub] takuti opened a new pull request #178: [HIVEMALL-233] RandomForest regressor accepts sparse vector input - posted by GitBox <gi...@apache.org> on 2019/01/18 00:46:26 UTC, 0 replies.
- [jira] [Commented] (HIVEMALL-233) RandomForest regressor accepts sparse vector input - posted by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2019/01/18 00:47:00 UTC, 6 replies.
- [GitHub] myui commented on a change in pull request #178: [HIVEMALL-233] RandomForest regressor accepts sparse vector input - posted by GitBox <gi...@apache.org> on 2019/01/18 15:42:46 UTC, 2 replies.
- [GitHub] takuti commented on a change in pull request #178: [HIVEMALL-233] RandomForest regressor accepts sparse vector input - posted by GitBox <gi...@apache.org> on 2019/01/21 20:53:40 UTC, 0 replies.
- [jira] [Created] (HIVEMALL-234) Fix mismatched default value between EtaEstimator and UDF option description - posted by "Takuya Kitazawa (JIRA)" <ji...@apache.org> on 2019/01/23 07:43:00 UTC, 0 replies.
- [GitHub] takuti opened a new pull request #179: [HIVEMALL-234] Define `EtaEstimator` default values as constants - posted by GitBox <gi...@apache.org> on 2019/01/23 07:47:18 UTC, 0 replies.
- [jira] [Commented] (HIVEMALL-234) Fix mismatched default value between EtaEstimator and UDF option description - posted by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2019/01/23 07:48:00 UTC, 1 replies.
- [jira] [Created] (HIVEMALL-235) Fix [Double|Int|Float|Long]ArrayList bug in expansion where size=0 - posted by "Makoto Yui (JIRA)" <ji...@apache.org> on 2019/01/23 17:40:00 UTC, 0 replies.
- [jira] [Updated] (HIVEMALL-235) Fix [Double|Int|Float|Long]ArrayList bug in expansion where size=0 - posted by "Makoto Yui (JIRA)" <ji...@apache.org> on 2019/01/23 17:41:00 UTC, 0 replies.
- [jira] [Created] (HIVEMALL-236) to_json cause KryoException/NullPointerException with ArrayList due to Kryo bug - posted by "Makoto Yui (JIRA)" <ji...@apache.org> on 2019/01/23 17:48:00 UTC, 0 replies.
- [jira] [Updated] (HIVEMALL-236) to_json cause KryoException/NullPointerException with ArrayList due to Kryo bug - posted by "Makoto Yui (JIRA)" <ji...@apache.org> on 2019/01/23 17:49:00 UTC, 0 replies.
- [GitHub] myui opened a new pull request #180: [HIVEMALL-235] Fix a bug in expansion of array where size is zero - posted by GitBox <gi...@apache.org> on 2019/01/29 19:17:22 UTC, 0 replies.
- [jira] [Commented] (HIVEMALL-235) Fix [Double|Int|Float|Long]ArrayList bug in expansion where size=0 - posted by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2019/01/29 19:18:00 UTC, 3 replies.
- [GitHub] myui commented on issue #180: [HIVEMALL-235] Fix a bug in expansion of array where size is zero - posted by GitBox <gi...@apache.org> on 2019/01/30 01:38:32 UTC, 0 replies.
- [GitHub] takuti commented on issue #180: [HIVEMALL-235] Fix a bug in expansion of array where size is zero - posted by GitBox <gi...@apache.org> on 2019/01/30 03:10:01 UTC, 0 replies.
- [GitHub] asfgit closed pull request #180: [HIVEMALL-235] Fix a bug in expansion of array where size is zero - posted by GitBox <gi...@apache.org> on 2019/01/30 04:50:36 UTC, 0 replies.
- [jira] [Closed] (HIVEMALL-235) Fix [Double|Int|Float|Long]ArrayList bug in expansion where size=0 - posted by "Makoto Yui (JIRA)" <ji...@apache.org> on 2019/01/30 04:55:00 UTC, 0 replies.
- [GitHub] asfgit closed pull request #179: [HIVEMALL-234] Define `EtaEstimator` default values as constants - posted by GitBox <gi...@apache.org> on 2019/01/30 05:01:44 UTC, 0 replies.
- [jira] [Closed] (HIVEMALL-234) Fix mismatched default value between EtaEstimator and UDF option description - posted by "Makoto Yui (JIRA)" <ji...@apache.org> on 2019/01/30 05:03:00 UTC, 0 replies.
- [jira] [Updated] (HIVEMALL-234) Fix mismatched default value between EtaEstimator and UDF option description - posted by "Makoto Yui (JIRA)" <ji...@apache.org> on 2019/01/30 05:03:00 UTC, 1 replies.
- [GitHub] myui opened a new pull request #181: [HIVEMALL-233-2] RandomForest regressor accepts sparse vector input - posted by GitBox <gi...@apache.org> on 2019/01/30 22:08:43 UTC, 0 replies.