From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: [PATCH] Add libsvm. Date: Thu, 04 Jun 2015 22:59:57 +0200 Message-ID: <87pp5bp4tu.fsf@gnu.org> References: <87r3q0wk50.fsf@netris.org> <87y4k8a1rc.fsf@elephly.net> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:53062) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z0cFB-0002dz-3T for guix-devel@gnu.org; Thu, 04 Jun 2015 17:00:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Z0cF6-0003QS-5P for guix-devel@gnu.org; Thu, 04 Jun 2015 17:00:05 -0400 Received: from fencepost.gnu.org ([2001:4830:134:3::e]:40693) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z0cF6-0003QO-2N for guix-devel@gnu.org; Thu, 04 Jun 2015 17:00:00 -0400 In-Reply-To: (Ricardo Wurmus's message of "Wed, 3 Jun 2015 13:49:24 +0200") List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: Ricardo Wurmus Cc: Guix-devel Ricardo Wurmus skribis: > From 6a17d83d4bc2512f8089477e70c485e9ca93377a Mon Sep 17 00:00:00 2001 > From: Ricardo Wurmus > Date: Thu, 28 May 2015 15:53:14 +0200 > Subject: [PATCH 1/2] gnu: Add libsvm. > > * gnu/packages/machine-learning.scm: New file. > * gnu-system.am (GNU_SYSTEM_MODULES): Add it. [...] > + (synopsis "Library for Support Vector Machines") > + (description > + "LIBSVM is an integrated software for support vector s/software/piece of software/ or =E2=80=9Clibrary=E2=80=9D. > +classification, (C-SVC, nu-SVC), regression (epsilon-SVR, nu-SVR) and > +distribution estimation (one-class SVM). It supports multi-class > +classification.") I think it should mention machine learning because, as ignorant of =CE=BD-S= VC and =CE=B5-SVR as I am, I find it hard from the description to understand what it=E2=80=99s about. :-) > From 1103750f0c38c48f69f040b6a2e701f511907e26 Mon Sep 17 00:00:00 2001 > From: Ricardo Wurmus > Date: Tue, 2 Jun 2015 15:10:37 +0200 > Subject: [PATCH 2/2] gnu: Add python-libsvm. > > * gnu/packages/machine-learning.scm (python-libsvm): New variable. [...] > +(define-public python-libsvm > + (package (inherit libsvm) > + (name "python-libsvm") Also add a specific synopsis like =E2=80=9CPython bindings of libSVM=E2=80= =9D. OK with these changes. Thank you! Ludo=E2=80=99.