unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: ludo@gnu.org (Ludovic Courtès)
To: Ricardo Wurmus <ricardo.wurmus@mdc-berlin.de>
Cc: Guix-devel <guix-devel@gnu.org>
Subject: Re: [PATCH] Add libsvm.
Date: Thu, 04 Jun 2015 22:59:57 +0200	[thread overview]
Message-ID: <87pp5bp4tu.fsf@gnu.org> (raw)
In-Reply-To: <idja8whf1vf.fsf@bimsb-sys02.mdc-berlin.net> (Ricardo Wurmus's message of "Wed, 3 Jun 2015 13:49:24 +0200")

Ricardo Wurmus <ricardo.wurmus@mdc-berlin.de> skribis:

> From 6a17d83d4bc2512f8089477e70c485e9ca93377a Mon Sep 17 00:00:00 2001
> From: Ricardo Wurmus <ricardo.wurmus@mdc-berlin.de>
> 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 “library”.

> +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 ν-SVC
and ε-SVR as I am, I find it hard from the description to understand
what it’s about.  :-)

> From 1103750f0c38c48f69f040b6a2e701f511907e26 Mon Sep 17 00:00:00 2001
> From: Ricardo Wurmus <ricardo.wurmus@mdc-berlin.de>
> 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 “Python bindings of libSVM”.

OK with these changes.

Thank you!

Ludo’.

      reply	other threads:[~2015-06-04 21:00 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-05-28 14:39 [PATCH] Add libsvm Ricardo Wurmus
2015-05-28 19:56 ` Mark H Weaver
2015-05-28 20:24   ` Ricardo Wurmus
2015-06-03 11:49     ` Ricardo Wurmus
2015-06-04 20:59       ` Ludovic Courtès [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87pp5bp4tu.fsf@gnu.org \
    --to=ludo@gnu.org \
    --cc=guix-devel@gnu.org \
    --cc=ricardo.wurmus@mdc-berlin.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).