GNU bug report logs - #70827
[PATCH] gnu: Add r-mlr3cluster r-mlr3data r-mlr3filters r-mlr3fselect r-mlr3hyperband r-mlr3mbo, r-mlr3tuningspaces r-mlr3viz and r-mlr3verse.

Previous Next

Package: guix-patches;

Reported by: Mădălin Ionel Patrașcu <madalinionel.patrascu <at> mdc-berlin.de>

Date: Tue, 7 May 2024 23:52:01 UTC

Severity: normal

Tags: patch

Done: Ricardo Wurmus <rekado <at> elephly.net>

Bug is archived. No further changes may be made.

Full log


Message #11 received at 70827 <at> debbugs.gnu.org (full text, mbox):

From: Mădălin Ionel Patrașcu
 <madalinionel.patrascu <at> mdc-berlin.de>
To: <70827 <at> debbugs.gnu.org>
Subject: [PATCH 2/9] gnu: Add r-mlr3data.
Date: Wed, 8 May 2024 03:02:45 +0200
* gnu/packages/cran.scm (r-mlr3data): New variable.

Change-Id: I93bee828d1ac26da1146c853b4d88fbdec42905f
---
 gnu/packages/cran.scm | 24 ++++++++++++++++++++++++
 1 file changed, 24 insertions(+)

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 0fd94e8cf1..26ee9bca3e 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -37775,6 +37775,30 @@ (define-public r-mlr3cluster
      "This package extends the mlr3 package with cluster analysis.")
     (license license:lgpl3)))
 
+(define-public r-mlr3data
+  (package
+    (name "r-mlr3data")
+    (version "0.7.0")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (cran-uri "mlr3data" version))
+       (sha256
+        (base32 "04hwmj8cdszwgd845va26pgzdw0k4cm025zjrmp3fr7ypp73mirg"))))
+    (properties `((upstream-name . "mlr3data")))
+    (build-system r-build-system)
+    (home-page "https://github.com/mlr-org/mlr3data")
+    (synopsis "Collection of machine learning data Sets for mlr3")
+    (description
+     "This package provides a small collection of interesting and educational
+machine learning data sets which are used as examples in the mlr3 book Applied
+machine learning using mlr3 in R @url{https://mlr3book.mlr-org.com}, the use case
+gallery  @url{https://mlr3gallery.mlr-org.com}, or in other examples.  All data
+sets are properly preprocessed and ready to be analyzed by most machine learning
+algorithms.  Data sets are automatically added to the dictionary of tasks if
+mlr3 is loaded.")
+    (license license:lgpl3)))
+
 (define-public r-mlr3measures
   (package
     (name "r-mlr3measures")
-- 
2.41.0





This bug report was last modified 1 year and 74 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.