Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 8AB83200CF1 for ; Mon, 28 Aug 2017 09:35:29 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 89116163F48; Mon, 28 Aug 2017 07:35:29 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id D01D8163F42 for ; Mon, 28 Aug 2017 09:35:28 +0200 (CEST) Received: (qmail 51642 invoked by uid 500); 28 Aug 2017 07:35:28 -0000 Mailing-List: contact issues-help@hivemall.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@hivemall.incubator.apache.org Delivered-To: mailing list issues@hivemall.incubator.apache.org Received: (qmail 51633 invoked by uid 99); 28 Aug 2017 07:35:28 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd1-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 28 Aug 2017 07:35:28 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd1-us-west.apache.org (ASF Mail Server at spamd1-us-west.apache.org) with ESMTP id 84587C9835 for ; Mon, 28 Aug 2017 07:35:27 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd1-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -6.801 X-Spam-Level: X-Spam-Status: No, score=-6.801 tagged_above=-999 required=6.31 tests=[KAM_LAZY_DOMAIN_SECURITY=1, RCVD_IN_DNSWL_HI=-5, RCVD_IN_MSPIKE_H2=-2.8, RP_MATCHES_RCVD=-0.001] autolearn=disabled Received: from mx1-lw-us.apache.org ([10.40.0.8]) by localhost (spamd1-us-west.apache.org [10.40.0.7]) (amavisd-new, port 10024) with ESMTP id t3gHZl7PKWBt for ; Mon, 28 Aug 2017 07:35:26 +0000 (UTC) Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx1-lw-us.apache.org (ASF Mail Server at mx1-lw-us.apache.org) with SMTP id 02F4C5FB9F for ; Mon, 28 Aug 2017 07:35:25 +0000 (UTC) Received: (qmail 51630 invoked by uid 99); 28 Aug 2017 07:35:25 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 28 Aug 2017 07:35:25 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 8D0B7F32DC; Mon, 28 Aug 2017 07:35:23 +0000 (UTC) From: nzw0301 To: issues@hivemall.incubator.apache.org Reply-To: issues@hivemall.incubator.apache.org Message-ID: Subject: [GitHub] incubator-hivemall pull request #111: [WIP][HIVEMALL-17] Support SLIM Content-Type: text/plain Date: Mon, 28 Aug 2017 07:35:23 +0000 (UTC) archived-at: Mon, 28 Aug 2017 07:35:29 -0000 GitHub user nzw0301 opened a pull request: https://github.com/apache/incubator-hivemall/pull/111 [WIP][HIVEMALL-17] Support SLIM ## What changes were proposed in this pull request? Add new UDTF: `train_slim` ## What type of PR is it? Improvement ## What is the Jira issue? https://issues.apache.org/jira/browse/HIVEMALL-17 ## How was this patch tested? - Add `recommend/SlimUDTFTest` - manual tests on EMR ## How to use this feature? - Please see markdown file: `movielens_slim.md` in this PR. ## Checklist - [x] Did you apply source code formatter, i.e., `mvn formatter:format`, for your commit? You can merge this pull request into a Git repository by running: $ git pull https://github.com/nzw0301/incubator-hivemall HIVEMALL-17 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/incubator-hivemall/pull/111.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #111 ---- commit a9b89656ef4b54cb938e59e3bb546a2aa33a9fd3 Author: Kento NOZAWA Date: 2017-08-18T03:30:14Z Init Slim UDTF commit 5728499405400d68faec2be58cd11e788ce8c607 Author: Kento NOZAWA Date: 2017-08-25T07:15:18Z Move comment commit 7ac96304f06b41c0a72c1be885cd66d75acfd966 Author: Kento NOZAWA Date: 2017-08-25T09:58:27Z Init slim document commit 23672cf5ddeceb06cad10e9a0496d860d786d601 Author: Kento NOZAWA Date: 2017-08-28T07:22:39Z Update slim - Update docs - Remove degub print in test - Rename function for unification: `slim_train` to `train_slim` ---- --- 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 feature is enabled but not working, please contact infrastructure at infrastructure@apache.org or file a JIRA ticket with INFRA. ---