From: Peter Lo <peterloleungyau@gmail.com>
To: 42104@debbugs.gnu.org
Cc: Peter Lo <peterloleungyau@gmail.com>
Subject: [bug#42104] [PATCH 1/2] gnu: Add r-metrics.
Date: Sun, 28 Jun 2020 16:01:17 +0800 [thread overview]
Message-ID: <20200628080118.9269-1-peterloleungyau@gmail.com> (raw)
In-Reply-To: <CAEM+zmjHeOySb=f=3ak_zOipiGNbtVfS_hcL1hc+2J0=guXhgw@mail.gmail.com>
* gnu/packages/cran.scm (r-metrics): New variable.
---
gnu/packages/cran.scm | 24 ++++++++++++++++++++++++
1 file changed, 24 insertions(+)
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index ab5e57c0e2..ec290d4b69 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -22325,3 +22325,27 @@ across a wide array of bioinformatic R packages.")
and clustering large sequence datasets using fast alignment-free k-mer
counting and recursive k-means partitioning.")
(license license:gpl3)))
+
+(define-public r-metrics
+ (package
+ (name "r-metrics")
+ (version "0.1.4")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (cran-uri "Metrics" version))
+ (sha256
+ (base32
+ "0fh8qbjlwzagh272lgwr4bxcqcjb1qpz53mgs8rzlvncax6nk5bk"))))
+ (properties `((upstream-name . "Metrics")))
+ (build-system r-build-system)
+ (home-page "https://github.com/mfrasco/Metrics")
+ (synopsis
+ "Evaluation Metrics for Machine Learning")
+ (description
+ "An implementation of evaluation metrics in R that are commonly
+used in supervised machine learning. It implements metrics for
+regression, time series, binary classification, classification, and
+information retrieval problems. It has zero dependencies and a
+consistent, simple interface for all functions.")
+ (license license:bsd-3)))
--
2.17.1
next prev parent reply other threads:[~2020-06-28 8:02 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-06-28 7:59 [bug#42104] [PATCH] gnu: Add r-iml and dependency Lo Peter
2020-06-28 8:01 ` Peter Lo [this message]
2020-06-28 8:01 ` [bug#42104] [PATCH 2/2] gnu: Add r-iml Peter Lo
2020-08-04 21:12 ` bug#42104: [PATCH] gnu: Add r-iml and dependency 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=20200628080118.9269-1-peterloleungyau@gmail.com \
--to=peterloleungyau@gmail.com \
--cc=42104@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.