From issues-return-2507-archive-asf-public=cust-asf.ponee.io@hivemall.incubator.apache.org Fri Aug 31 13:21:03 2018 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx-eu-01.ponee.io (Postfix) with SMTP id 3168F180663 for ; Fri, 31 Aug 2018 13:21:03 +0200 (CEST) Received: (qmail 46359 invoked by uid 500); 31 Aug 2018 11:21:02 -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 46350 invoked by uid 99); 31 Aug 2018 11:21:02 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd3-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 31 Aug 2018 11:21:02 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd3-us-west.apache.org (ASF Mail Server at spamd3-us-west.apache.org) with ESMTP id 0583E180820 for ; Fri, 31 Aug 2018 11:21:02 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd3-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -3.999 X-Spam-Level: X-Spam-Status: No, score=-3.999 tagged_above=-999 required=6.31 tests=[KAM_LAZY_DOMAIN_SECURITY=1, RCVD_IN_DNSWL_HI=-5, URIBL_BLOCKED=0.001] autolearn=disabled Received: from mx1-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd3-us-west.apache.org [10.40.0.10]) (amavisd-new, port 10024) with ESMTP id jx_pv0Cl51ZC for ; Fri, 31 Aug 2018 11:21:01 +0000 (UTC) Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx1-lw-eu.apache.org (ASF Mail Server at mx1-lw-eu.apache.org) with SMTP id 8AD1C5F343 for ; Fri, 31 Aug 2018 11:21:00 +0000 (UTC) Received: (qmail 46332 invoked by uid 99); 31 Aug 2018 11:20:59 -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; Fri, 31 Aug 2018 11:20:59 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 2C1B2E0102; Fri, 31 Aug 2018 11:20:59 +0000 (UTC) From: myui To: issues@hivemall.incubator.apache.org Reply-To: issues@hivemall.incubator.apache.org Message-ID: Subject: [GitHub] incubator-hivemall pull request #159: [HIVEMALL-214][DOC] Update userguide f... Content-Type: text/plain Date: Fri, 31 Aug 2018 11:20:59 +0000 (UTC) GitHub user myui opened a pull request: https://github.com/apache/incubator-hivemall/pull/159 [HIVEMALL-214][DOC] Update userguide for General Classifier/Regressor example ## What changes were proposed in this pull request? Refine user guide for generic classifier/regressor and so on. ## What type of PR is it? Documentation ## What is the Jira issue? https://issues.apache.org/jira/browse/HIVEMALL-214 ## How to use this feature? See user guide. You can merge this pull request into a Git repository by running: $ git pull https://github.com/myui/incubator-hivemall HIVEMALL-214 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/incubator-hivemall/pull/159.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 #159 ---- commit 6f40c466e21c78238a74f9c2f227df8ae156b3e2 Author: Makoto Yui Date: 2018-08-31T07:38:17Z Added general classifier example using a9a dataset commit 4963b63ab685aa539c6c0f5f3cd3230215ba4df7 Author: Makoto Yui Date: 2018-08-31T07:46:31Z Added assertions for deprecated contents commit 472821279d70e4171b7cf391a09bac10c95e28cb Author: Makoto Yui Date: 2018-08-31T08:02:13Z Capitalized topics and fixed a typo commit 649e77840ff154bd75cd7c1bfdfc245516b68b0d Author: Makoto Yui Date: 2018-08-31T11:18:50Z Refined user guide ---- ---