guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

07/16: gnu: Add r-mlbench.


From: guix-commits
Subject: 07/16: gnu: Add r-mlbench.
Date: Thu, 28 Mar 2019 13:25:41 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 74cada8ef1dc56b1af7427807d359115dd07c91b
Author: Ricardo Wurmus <address@hidden>
Date:   Thu Mar 28 18:11:25 2019 +0100

    gnu: Add r-mlbench.
    
    * gnu/packages/cran.scm (r-mlbench): New variable.
---
 gnu/packages/cran.scm | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index d709bfc..04c0f79 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -13566,3 +13566,23 @@ and Learning to Rank measures (LambdaMart).")
      "Create interactive 3D scatter plots, network plots, and globes in R
 using the three.js visualization library.")
     (license license:expat)))
+
+(define-public r-mlbench
+  (package
+    (name "r-mlbench")
+    (version "2.1-1")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (cran-uri "mlbench" version))
+       (sha256
+        (base32
+         "1rp035qxfgh5ail92zjh9jh57dj0b8babw3wsg29v8ricpal30bl"))))
+    (build-system r-build-system)
+    (home-page "https://cran.r-project.org/web/packages/mlbench/";)
+    (synopsis "Machine learning benchmark problems")
+    (description
+     "This package provides a collection of artificial and real-world machine
+learning benchmark problems, including, e.g., several data sets from the UCI
+repository.")
+    (license license:gpl2)))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]