Return-Path: X-Original-To: apmail-commons-dev-archive@www.apache.org Delivered-To: apmail-commons-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 55718D232 for ; Fri, 7 Sep 2012 22:29:09 +0000 (UTC) Received: (qmail 51220 invoked by uid 500); 7 Sep 2012 22:29:08 -0000 Delivered-To: apmail-commons-dev-archive@commons.apache.org Received: (qmail 51132 invoked by uid 500); 7 Sep 2012 22:29:08 -0000 Mailing-List: contact dev-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Commons Developers List" Delivered-To: mailing list dev@commons.apache.org Received: (qmail 51119 invoked by uid 99); 7 Sep 2012 22:29:08 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 07 Sep 2012 22:29:08 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of ted.dunning@gmail.com designates 209.85.212.177 as permitted sender) Received: from [209.85.212.177] (HELO mail-wi0-f177.google.com) (209.85.212.177) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 07 Sep 2012 22:29:01 +0000 Received: by wibhn17 with SMTP id hn17so6555wib.6 for ; Fri, 07 Sep 2012 15:28:41 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type; bh=bRXHQ2mLOEBfm7InMfQQebV/+D+tFgUaneWViEdZu+Y=; b=wWF2EWyaviJiYsyj8psrz0nQTSEsDRMvNJvc0HroaWK0Gd6XXL8QEAy6KyvvdWS8Dk MFaBezx//ltrPGBWiISW+7bPC5OzEmIlsof1mgYhrtnGGNkscYuPDEuza/jSyObM14iJ furmJhu5HkVxOcaLMB2Et3uuD0y9646C3WgGuG4JtPWYo/cWi3YHwwFsyIgSZas/QQ9v MCA6Jt2Q3JzCdATlKswqgu9kyZBRVmYMvYr/lVQsELTq6DhnbToEX98RTGrqvaTtuqZ2 OfEhTc5kbecmzsDHOIybnhruYn4SIiClcupwgbJ8oADxFS6KFDYIf1Uie/jpJ3jD41lW 3noQ== Received: by 10.180.106.137 with SMTP id gu9mr1047204wib.20.1347056921198; Fri, 07 Sep 2012 15:28:41 -0700 (PDT) MIME-Version: 1.0 Received: by 10.223.87.4 with HTTP; Fri, 7 Sep 2012 15:28:11 -0700 (PDT) In-Reply-To: <504A7401.6070601@gmail.com> References: <504A7401.6070601@gmail.com> From: Ted Dunning Date: Fri, 7 Sep 2012 15:28:11 -0700 Message-ID: Subject: Re: [math] Logistic, Probit regerssion and Tolerance checks To: Commons Developers List Content-Type: multipart/alternative; boundary=e89a8f3babc147c10504c9242195 --e89a8f3babc147c10504c9242195 Content-Type: text/plain; charset=UTF-8 On Fri, Sep 7, 2012 at 3:24 PM, Phil Steitz wrote: > > It might be interesting to think for a moment how easy it would be to > > support generalized linear regression in this same package. Small > changes > > to the loss function in the optimization should allow you to have not > just > > logistic and probit regression, but also to get Poisson regression and > SVM > > in the same framework. > > +1 > Patches welcome! > Would normally love to, but I can't do more than kibitz based on other implementations I have done. --e89a8f3babc147c10504c9242195--