all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Navid Afkhami <navid.afkhami@mdc-berlin.de>
To: <64250@debbugs.gnu.org>
Cc: Navid Afkhami <navid.afkhami@mdc-berlin.de>
Subject: [bug#64250] [PATCH 04/15] gnu: Add r-mlr.
Date: Fri, 23 Jun 2023 13:48:48 +0000	[thread overview]
Message-ID: <fc726da409f9408ef364f3ac61da25917bcfc6bf.1687527674.git.navid.afkhami@mdc-berlin.de> (raw)
In-Reply-To: <cover.1687527674.git.navid.afkhami@mdc-berlin.de>

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

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 7deebbe72f..0fa8680e9c 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -35206,6 +35206,53 @@ (define-public r-mhg
 \"Discovering Motifs in Ranked Lists of DNA Sequences\" by Eran Eden.")
     (license license:gpl2)))
 
+(define-public r-mlr
+  (package
+    (name "r-mlr")
+    (version "2.19.1")
+    (source (origin
+              (method url-fetch)
+              (uri (cran-uri "mlr" version))
+              (sha256
+               (base32
+                "00jjhvaqifj6glqsyzixlp56bvlch5smck8kk3klcmwx9pasyllx"))))
+    (properties `((upstream-name . "mlr")))
+    (build-system r-build-system)
+    (inputs (list gdal
+                  geos
+                  glu
+                  gmp
+                  gsl
+                  jags
+                  mpfr
+                  openmpi
+                  proj
+                  udunits))
+    (propagated-inputs (list r-backports
+                             r-bbmisc
+                             r-checkmate
+                             r-data-table
+                             r-ggplot2
+                             r-parallelmap
+                             r-paramhelpers
+                             r-stringi
+                             r-survival
+                             r-xml))
+    (native-inputs (list r-knitr))
+    (home-page "https://mlr.mlr-org.com")
+    (synopsis "Machine learning in R")
+    (description
+     "Interface to a large number of classification and regression techniques.
+These technics include machine-readable parameter descriptions.  There is also
+an experimental extension for survival analysis, clustering and general,
+example-specific cost-sensitive learning.  Generic resampling, including
+cross-validation, bootstrapping and subsampling.  Hyperparameter tuning with
+modern optimization techniques, for single- and multi-objective problems.
+Filter and wrapper methods for feature selection.  Extension of basic learners
+with additional operations common in machine learning, also allowing for easy
+nested resampling.  Most operations can be parallelized.")
+    (license license:bsd-2)))
+
 (define-public r-mlr3measures
   (package
     (name "r-mlr3measures")
-- 
2.34.1





  parent reply	other threads:[~2023-06-23 13:50 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-06-23 13:46 [bug#64250] [PATCH 00/15] *** R package (scriabin) *** Navid Afkhami
2023-06-23 13:48 ` [bug#64250] [PATCH 01/15] gnu: Add r-paramhelpers Navid Afkhami
2023-06-23 13:48 ` [bug#64250] [PATCH 02/15] gnu: Add r-smoof Navid Afkhami
2023-06-23 13:48 ` [bug#64250] [PATCH 03/15] gnu: Add r-parallelmap Navid Afkhami
2023-06-23 13:48 ` Navid Afkhami [this message]
2023-06-23 13:48 ` [bug#64250] [PATCH 05/15] gnu: Add r-mlrmbo Navid Afkhami
2023-06-23 13:48 ` [bug#64250] [PATCH 06/15] gnu: Add r-emoa Navid Afkhami
2023-06-23 13:48 ` [bug#64250] [PATCH 07/15] gnu: Add r-diagrammer Navid Afkhami
2023-06-23 13:48 ` [bug#64250] [PATCH 08/15] gnu: Add r-tidyft Navid Afkhami
2023-06-23 13:48 ` [bug#64250] [PATCH 09/15] gnu: Add r-ggfittext Navid Afkhami
2023-06-23 13:48 ` [bug#64250] [PATCH 10/15] gnu: Add r-dunn-test Navid Afkhami
2023-06-23 13:48 ` [bug#64250] [PATCH 11/15] gnu: Add r-cellid Navid Afkhami
2023-06-23 13:48 ` [bug#64250] [PATCH 12/15] gnu: Add r-dicekriging Navid Afkhami
2023-06-23 13:48 ` [bug#64250] [PATCH 13/15] gnu: Add r-nichenetr Navid Afkhami
2023-06-23 13:48 ` [bug#64250] [PATCH 14/15] gnu: Add r-fsa Navid Afkhami
2023-06-23 13:48 ` [bug#64250] [PATCH 15/15] gnu: Add r-scriabin Navid Afkhami
2023-07-03  8:02 ` bug#64250: [PATCH 00/15] *** R package (scriabin) *** 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=fc726da409f9408ef364f3ac61da25917bcfc6bf.1687527674.git.navid.afkhami@mdc-berlin.de \
    --to=navid.afkhami@mdc-berlin.de \
    --cc=64250@debbugs.gnu.org \
    /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.