[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
07/09: gnu: Add r-mlr3tuningspaces.
From: |
guix-commits |
Subject: |
07/09: gnu: Add r-mlr3tuningspaces. |
Date: |
Wed, 8 May 2024 09:12:09 -0400 (EDT) |
rekado pushed a commit to branch master
in repository guix.
commit 3de6e38a14cf2b31aeef81a0af0f0a3730378f29
Author: Mădălin Ionel Patrașcu <madalinionel.patrascu@mdc-berlin.de>
AuthorDate: Wed May 8 03:02:50 2024 +0200
gnu: Add r-mlr3tuningspaces.
* gnu/packages/cran.scm (r-mlr3tuningspaces): New variable.
Change-Id: Ifb35e78dab862921f000b055d3fa1eee3ef79309
---
gnu/packages/cran.scm | 28 ++++++++++++++++++++++++++++
1 file changed, 28 insertions(+)
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 356409ab4c..fd0e2cee64 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -38191,6 +38191,34 @@ resampled, benchmarked, and tuned.")
performing ordinal regression.")
(license license:expat))))
+(define-public r-mlr3tuningspaces
+ (package
+ (name "r-mlr3tuningspaces")
+ (version "0.5.0")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (cran-uri "mlr3tuningspaces" version))
+ (sha256
+ (base32 "1snrd7xq388mvqh0ydaxvx8k9iwp40g06c3irp0m718jw3wsz5vm"))))
+ (properties `((upstream-name . "mlr3tuningspaces")))
+ (build-system r-build-system)
+ (propagated-inputs (list r-checkmate
+ r-data-table
+ r-mlr3
+ r-mlr3misc
+ r-mlr3tuning
+ r-paradox
+ r-r6))
+ (home-page "https://mlr3tuningspaces.mlr-org.com")
+ (synopsis "Search spaces for mlr3")
+ (description
+ "This package is a collection of search spaces for hyperparameter
optimization
+in the mlr3 ecosystem. It features ready-to-use search spaces for many popular
+machine learning algorithms. The search spaces are from scientific articles
and
+work for a wide range of data sets.")
+ (license license:lgpl3)))
+
(define-public r-paradox
(package
(name "r-paradox")
- branch master updated (6745d692d4 -> d13d6f3d3c), guix-commits, 2024/05/08
- 02/09: gnu: Add r-mlr3data., guix-commits, 2024/05/08
- 07/09: gnu: Add r-mlr3tuningspaces.,
guix-commits <=
- 04/09: gnu: Add r-mlr3fselect., guix-commits, 2024/05/08
- 05/09: gnu: Add r-mlr3hyperband., guix-commits, 2024/05/08
- 01/09: gnu: Add r-mlr3cluster., guix-commits, 2024/05/08
- 03/09: gnu: Add r-mlr3filters., guix-commits, 2024/05/08
- 06/09: gnu: Add r-mlr3mbo., guix-commits, 2024/05/08
- 08/09: gnu: Add r-mlr3viz., guix-commits, 2024/05/08
- 09/09: gnu: Add r-mlr3verse., guix-commits, 2024/05/08