all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Fis Trivial <ybbs.daans@hotmail.com>
To: "31432@debbugs.gnu.org" <31432@debbugs.gnu.org>
Subject: [bug#31432] [PATCH 2/2] gnu: Add vowpal-wabbit.
Date: Sat, 12 May 2018 15:22:01 +0000	[thread overview]
Message-ID: <BLUPR16MB05007432463CD22D0777DE80929E0@BLUPR16MB0500.namprd16.prod.outlook.com> (raw)
In-Reply-To: <BLUPR16MB050057C90CBB927BCBD99A13929E0@BLUPR16MB0500.namprd16.prod.outlook.com>


* gnu/packages/machine-learning.scm (vowpal-wabbit): New variable.
---
 gnu/packages/machine-learning.scm | 30 ++++++++++++++++++++++++++++++
 1 file changed, 30 insertions(+)

diff --git a/gnu/packages/machine-learning.scm b/gnu/packages/machine-learning.scm
index ac4fa8129..57e308e66 100644
--- a/gnu/packages/machine-learning.scm
+++ b/gnu/packages/machine-learning.scm
@@ -780,3 +780,33 @@ the following advantages:
 @item Capable of handling large-scale data
 @end itemize\n")
     (license license:expat)))
+
+(define-public vowpal-wabbit
+  ;; Language bindings not included.
+  (package
+    (name "vowpal-wabbit")
+    (version "8.5.0")
+    (source (origin
+              (method url-fetch)
+              (uri (string-append
+                    "https://github.com/JohnLangford/vowpal_wabbit/archive/"
+                    version ".tar.gz"))
+              (sha256
+               (base32
+                "0clp2kb7rk5sckhllxjr5a651awf4s8dgzg4659yh4hf5cqnf0gr"))
+              (file-name (string-append name "-" version ".tar.gz"))))
+    (inputs
+     `(("boost" ,boost)
+       ("zlib" ,zlib)))
+    (arguments
+     `(#:configure-flags
+       (list (string-append "--with-boost="
+                            (assoc-ref %build-inputs "boost")))))
+    (build-system gnu-build-system)
+    (home-page "https://github.com/JohnLangford/vowpal_wabbit")
+    (synopsis "Machine learning system which pushes the frontier of machine
+learning")
+    (description "Vowpal Wabbit is a machine learning system which pushes the
+frontier of machine learning with techniques such as online, hashing,
+allreduce, reductions, learning2search, active, and interactive learning. ")
+    (license license:bsd-3)))
-- 
2.14.3

  parent reply	other threads:[~2018-05-12 15:23 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-05-12 15:19 [bug#31432] [PATCH 0/2] gnu: Add lightgbm and vowpal-wabbit Fis Trivial
2018-05-12 15:21 ` [bug#31432] [PATCH 1/2] gnu: Add lightgbm Fis Trivial
2018-05-12 15:22 ` Fis Trivial [this message]
2018-06-12  9:58 ` [bug#31432] Resend the patches (lightgbm and vowpal-wabbit) Fis Trivial
2018-06-12 10:01   ` [bug#31432] [PATCH 1/2] gnu: Add lightgbm Fis Trivial
2018-06-12 10:02   ` [bug#31432] [PATCH 2/2] gnu: Add vowpal-wabbit Fis Trivial
2018-06-14 20:19   ` bug#31432: Resend the patches (lightgbm and vowpal-wabbit) Ludovic Courtès

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

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

  git send-email \
    --in-reply-to=BLUPR16MB05007432463CD22D0777DE80929E0@BLUPR16MB0500.namprd16.prod.outlook.com \
    --to=ybbs.daans@hotmail.com \
    --cc=31432@debbugs.gnu.org \
    /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 external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.