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 4/9] gnu: Add r-mlr3fselect.
Date: Wed, 8 May 2024 03:02:47 +0200	[thread overview]
Message-ID: <84bd31ab9f9c2175bba8d667c60f84b4a1f92d68.1715130172.git.madalinionel.patrascu@mdc-berlin.de> (raw)
In-Reply-To: <b63173056e8d0cee3560f18f95d1ee7ad3edeccb.1715130172.git.madalinionel.patrascu@mdc-berlin.de>

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

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

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 123d792da7..459ad63c23 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -37826,6 +37826,36 @@ (define-public r-mlr3filters
 supported.  Partial scoring of multivariate filter methods is supported.")
     (license license:lgpl3)))
 
+(define-public r-mlr3fselect
+  (package
+    (name "r-mlr3fselect")
+    (version "0.12.0")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (cran-uri "mlr3fselect" version))
+       (sha256
+        (base32 "1f18y4ahnjzlwk9pfs87i80kb6z84hgyc5cdlj3mafawq790hg1h"))))
+    (properties `((upstream-name . "mlr3fselect")))
+    (build-system r-build-system)
+    (propagated-inputs (list r-bbotk
+                             r-checkmate
+                             r-data-table
+                             r-lgr
+                             r-mlr3
+                             r-mlr3misc
+                             r-paradox
+                             r-r6))
+    (home-page "https://mlr3fselect.mlr-org.com")
+    (synopsis "Feature selection for mlr3")
+    (description
+     "This package is a feature selection package of the mlr3 ecosystem.  It
+selects the optimal feature set for any mlr3 learner.  The package works with
+several optimization algorithms e.g. random search, Recursive feature elimination,
+and genetic search.  Moreover, it can automatically optimize learners and estimate
+the performance of optimized feature sets with nested resampling.")
+    (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   ` Mădălin Ionel Patrașcu [this message]
2024-05-08  1:02   ` [bug#70827] [PATCH 5/9] gnu: Add r-mlr3hyperband Mădălin Ionel Patrașcu
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=84bd31ab9f9c2175bba8d667c60f84b4a1f92d68.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.