unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: "Wiktor Żelazny" <wz@freeshell.de>
To: 45534@debbugs.gnu.org
Subject: [bug#45534] [PATCH 2/5] Add r-mlr3measures
Date: Tue, 29 Dec 2020 13:41:18 +0100	[thread overview]
Message-ID: <20201229124121.3369-2-wz@freeshell.de> (raw)
In-Reply-To: <20201229124121.3369-1-wz@freeshell.de>

gnu: Add r-mlr3measures.

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

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 4e5b8b5bd6..fd9668dacc 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -25412,3 +25412,26 @@ hierarchical loggers, custom log levels, arbitrary data fields in log events,
 logging to plaintext, JSON, (rotating) files, memory buffers, and databases, as
 well as email and push notifications.")
     (license license:expat)))
+
+(define-public r-mlr3measures
+  (package
+    (name "r-mlr3measures")
+    (version "0.3.0")
+    (source (origin
+              (method url-fetch)
+              (uri (cran-uri "mlr3measures" version))
+              (sha256
+               (base32
+                "106lfaxphz0kh96ddq14hic7wvxjqp871zdp9kkkfk1kwfg35abw"))))
+    (build-system r-build-system)
+    (propagated-inputs
+     `(("r-checkmate" ,r-checkmate)
+       ("r-prroc" ,r-prroc)))
+    (home-page "https://mlr3measures.mlr-org.com/")
+    (synopsis "Performance measures for mlr3")
+    (description "This package implements multiple performance measures for
+supervised learning.  It includes over 40 measures for regression and
+classification.  Additionally, meta information about the performance measures
+can be queried, e.g. what the best and worst possible performances scores
+are.")
+    (license license:lgpl3)))
-- 
2.29.2





  reply	other threads:[~2020-12-29 12:43 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-12-29 12:38 [bug#45534] [PATCH 0/5] gnu: Add r-mlr3 Wiktor Żelazny
2020-12-29 12:41 ` [bug#45534] [PATCH 1/5] Add r-lgr Wiktor Żelazny
2020-12-29 12:41   ` Wiktor Żelazny [this message]
2020-12-29 12:41   ` [bug#45534] [PATCH 3/5] Add r-mlr3misc Wiktor Żelazny
2020-12-29 12:41   ` [bug#45534] [PATCH 4/5] Add r-paradox Wiktor Żelazny
2020-12-29 12:41   ` [bug#45534] [PATCH 5/5] Add r-mlr3 Wiktor Żelazny
2020-12-29 13:41 ` bug#45534: [PATCH 0/5] gnu: " 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

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20201229124121.3369-2-wz@freeshell.de \
    --to=wz@freeshell.de \
    --cc=45534@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 public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).