GNU bug report logs -
#45534
[PATCH 0/5] gnu: Add r-mlr3.
Previous Next
Reported by: Wiktor Żelazny <wz <at> freeshell.de>
Date: Tue, 29 Dec 2020 12:39:01 UTC
Severity: normal
Tags: patch
Done: Ricardo Wurmus <rekado <at> elephly.net>
Bug is archived. No further changes may be made.
Full log
Message #8 received at 45534 <at> debbugs.gnu.org (full text, mbox):
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
This bug report was last modified 4 years and 140 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.