Return-Path: X-Original-To: apmail-madlib-dev-archive@minotaur.apache.org Delivered-To: apmail-madlib-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 194C91865B for ; Thu, 5 Nov 2015 01:52:41 +0000 (UTC) Received: (qmail 63735 invoked by uid 500); 5 Nov 2015 01:52:41 -0000 Delivered-To: apmail-madlib-dev-archive@madlib.apache.org Received: (qmail 63707 invoked by uid 500); 5 Nov 2015 01:52:41 -0000 Mailing-List: contact dev-help@madlib.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@madlib.incubator.apache.org Delivered-To: mailing list dev@madlib.incubator.apache.org Delivered-To: moderator for dev@madlib.incubator.apache.org Received: (qmail 37330 invoked by uid 99); 5 Nov 2015 00:55:04 -0000 X-Virus-Scanned: Debian amavisd-new at spamd2-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 1.221 X-Spam-Level: * X-Spam-Status: No, score=1.221 tagged_above=-999 required=6.31 tests=[KAM_LAZY_DOMAIN_SECURITY=1, KAM_LOTSOFHASH=0.25, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, T_RP_MATCHES_RCVD=-0.01, URIBL_BLOCKED=0.001] autolearn=disabled From: mktal To: dev@madlib.incubator.apache.org Reply-To: dev@madlib.incubator.apache.org Message-ID: Subject: [GitHub] incubator-madlib pull request: Feature/svm grouping Content-Type: text/plain Date: Thu, 5 Nov 2015 00:54:51 +0000 (UTC) GitHub user mktal opened a pull request: https://github.com/apache/incubator-madlib/pull/1 Feature/svm grouping Add grouping support for SVM regression Issue: https://issues.apache.org/jira/browse/MADLIB-913 You can merge this pull request into a Git repository by running: $ git pull https://github.com/mktal/incubator-madlib feature/svm_grouping Alternatively you can review and apply these changes as the patch at: https://github.com/apache/incubator-madlib/pull/1.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 #1 ---- commit 11be840a5c5ed12758924b49bb16ab0092cd8d35 Author: Xiaocheng Tang Date: 2015-10-15T23:19:26Z SVM: Add regression for SVM commit bcc5b3430547e64c0bdeb411d85d3fc62c6a025e Author: Xiaocheng Tang Date: 2015-10-20T23:28:22Z SVM: Fix minor bugs Install-check passed commit 96a7a874232dca9b028fc05a80247bfe66a2553b Author: Xiaocheng Tang Date: 2015-10-22T18:47:18Z Refactoring GroupIterationController: Add desp to unique_string() Add _init_group_param() in GroupIterationController commit f8f6d5ceba557e382ec6015b4ec299093f0f2fec Author: Xiaocheng Tang Date: 2015-10-23T05:35:50Z Refactoring GroupIterationController: minor changes commit a6a3043787d4c6aef7841adc544cfc1b1924139c Author: Xiaocheng Tang Date: 2015-10-23T23:25:57Z Refactoring GroupIterationController: checkpoint commit bc8e3c47f6a24a3f96b93ca017e444d332922c22 Author: Rahul Iyer Date: 2015-10-26T22:09:39Z Light cleanup in utilities commit 00de2f5c45f7a1645bc64dc763e520dc83ba1a64 Author: Xiaocheng Tang Date: 2015-10-23T23:25:57Z Refactoring GroupIterationController: checkpoint commit 7c7ca3b2ddfc0aa915f110505599760595749fa3 Author: Xiaocheng Tang Date: 2015-10-27T22:26:09Z SVM: grouping for regression Install checks added and passed commit 12c16842a28702ac2c4357d384c53ba608a44f72 Author: Xiaocheng Tang Date: 2015-11-04T20:44:05Z minor fixes commit 70afde68bfe239fe744511f9905003eb58ab4695 Author: Xiaocheng Tang Date: 2015-11-04T22:06:41Z minor fixes commit 8a1d5ca1be20be4f12b16d01ad218aa832cabe86 Author: Xiaocheng Tang Date: 2015-11-04T23:12:24Z minor fixes commit 90683be0a89bb3d06b008279ce2d1254fae34e9a Author: Xiaocheng Tang Date: 2015-11-05T00:16:29Z minor fixes commit c9f1582cfb1f912383226009072c106aad57afdb Author: Xiaocheng Tang Date: 2015-11-05T00:35:22Z minor fixes ---- --- 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. ---