all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: "Mădălin Ionel Patrașcu" <madalinionel.patrascu@mdc-berlin.de>
To: <70827@debbugs.gnu.org>
Cc: Ricardo Wurmus <rekado@elephly.net>
Subject: [bug#70827] [PATCH 5/9] gnu: Add r-mlr3hyperband.
Date: Wed, 8 May 2024 03:02:48 +0200	[thread overview]
Message-ID: <4be2d0771f4fd6410a8510a2ff71ba1af0d2bf19.1715130172.git.madalinionel.patrascu@mdc-berlin.de> (raw)
In-Reply-To: <b63173056e8d0cee3560f18f95d1ee7ad3edeccb.1715130172.git.madalinionel.patrascu@mdc-berlin.de>

* gnu/packages/cran.scm (r-mlr3hyperband): New variable.

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

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 459ad63c23..399225445b 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -37856,6 +37856,37 @@ (define-public r-mlr3fselect
 the performance of optimized feature sets with nested resampling.")
     (license license:lgpl3)))
 
+(define-public r-mlr3hyperband
+  (package
+    (name "r-mlr3hyperband")
+    (version "0.5.0")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (cran-uri "mlr3hyperband" version))
+       (sha256
+        (base32 "1x6vfhadxlb4c9q61d5qv957mkyfwdwchzbg3flfd0j28b4bck1p"))))
+    (properties `((upstream-name . "mlr3hyperband")))
+    (build-system r-build-system)
+    (propagated-inputs (list r-bbotk
+                             r-checkmate
+                             r-data-table
+                             r-lgr
+                             r-mlr3
+                             r-mlr3misc
+                             r-mlr3tuning
+                             r-paradox
+                             r-r6))
+    (home-page "https://mlr3hyperband.mlr-org.com")
+    (synopsis "Hyperband for mlr3")
+    (description
+     "This package implements a successive halving and hyperband optimization
+algorithm for the mlr3 ecosystem.  The implementation in mlr3hyperband features
+improved scheduling and parallelizes the evaluation of configurations.  The package
+includes tuners for hyperparameter optimization in mlr3tuning and optimizers for
+black-box optimization in bbotk.")
+    (license license:lgpl3)))
+
 (define-public r-mlr3measures
   (package
     (name "r-mlr3measures")
-- 
2.41.0





  parent reply	other threads:[~2024-05-08  1:04 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-05-07 23:50 [bug#70827] [PATCH] gnu: Add r-mlr3cluster r-mlr3data r-mlr3filters r-mlr3fselect r-mlr3hyperband r-mlr3mbo, r-mlr3tuningspaces r-mlr3viz and r-mlr3verse Mădălin Ionel Patrașcu
2024-05-08  1:02 ` [bug#70827] [PATCH 1/9] gnu: Add r-mlr3cluster Mădălin Ionel Patrașcu
2024-05-08  1:02   ` [bug#70827] [PATCH 2/9] gnu: Add r-mlr3data Mădălin Ionel Patrașcu
2024-05-08  1:02   ` [bug#70827] [PATCH 3/9] gnu: Add r-mlr3filters Mădălin Ionel Patrașcu
2024-05-08  1:02   ` [bug#70827] [PATCH 4/9] gnu: Add r-mlr3fselect Mădălin Ionel Patrașcu
2024-05-08  1:02   ` Mădălin Ionel Patrașcu [this message]
2024-05-08  1:02   ` [bug#70827] [PATCH 6/9] gnu: Add r-mlr3mbo Mădălin Ionel Patrașcu
2024-05-08  1:02   ` [bug#70827] [PATCH 7/9] gnu: Add r-mlr3tuningspaces Mădălin Ionel Patrașcu
2024-05-08  1:02   ` [bug#70827] [PATCH 8/9] gnu: Add r-mlr3viz Mădălin Ionel Patrașcu
2024-05-08  1:02   ` [bug#70827] [PATCH 9/9] gnu: Add r-mlr3verse Mădălin Ionel Patrașcu
2024-05-08 13:30   ` bug#70827: [PATCH 1/9] gnu: Add r-mlr3cluster Ricardo Wurmus

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=4be2d0771f4fd6410a8510a2ff71ba1af0d2bf19.1715130172.git.madalinionel.patrascu@mdc-berlin.de \
    --to=madalinionel.patrascu@mdc-berlin.de \
    --cc=70827@debbugs.gnu.org \
    --cc=rekado@elephly.net \
    /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.