From: Peter Lo <peterloleungyau@gmail.com>
To: 42117@debbugs.gnu.org
Cc: Peter Lo <peterloleungyau@gmail.com>
Subject: [bug#42117] [PATCH 08/17] gnu: Add r-tune.
Date: Mon, 29 Jun 2020 13:50:33 +0800 [thread overview]
Message-ID: <20200629055042.8565-8-peterloleungyau@gmail.com> (raw)
In-Reply-To: <20200629055042.8565-1-peterloleungyau@gmail.com>
* gnu/packages/cran.scm (r-tune): New variable.
---
gnu/packages/cran.scm | 43 +++++++++++++++++++++++++++++++++++++++++++
1 file changed, 43 insertions(+)
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index ccbcef52bd..bec5bfb45c 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -22529,3 +22529,46 @@ cannot be directly estimated from the data). These tools can be used
to define objects for creating, simulating, or validating values for
such parameters.")
(license license:gpl2)))
+
+(define-public r-tune
+ (package
+ (name "r-tune")
+ (version "0.1.0")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (cran-uri "tune" version))
+ (sha256
+ (base32
+ "0xiidzkl0hbd0f7jh1v2kkg26wdgy33w74c9bmpjgy317ckhsz8h"))))
+ (properties `((upstream-name . "tune")))
+ (build-system r-build-system)
+ (propagated-inputs
+ `(("r-cli" ,r-cli)
+ ("r-crayon" ,r-crayon)
+ ("r-dials" ,r-dials)
+ ("r-dplyr" ,r-dplyr)
+ ("r-foreach" ,r-foreach)
+ ("r-ggplot2" ,r-ggplot2)
+ ("r-glue" ,r-glue)
+ ("r-gpfit" ,r-gpfit)
+ ("r-hardhat" ,r-hardhat)
+ ("r-lifecycle" ,r-lifecycle)
+ ("r-parsnip" ,r-parsnip)
+ ("r-purrr" ,r-purrr)
+ ("r-recipes" ,r-recipes)
+ ("r-rlang" ,r-rlang)
+ ("r-rsample" ,r-rsample)
+ ("r-tibble" ,r-tibble)
+ ("r-tidyr" ,r-tidyr)
+ ("r-workflows" ,r-workflows)
+ ("r-yardstick" ,r-yardstick)))
+ (home-page "https://github.com/tidymodels/tune")
+ (synopsis "Tidy Tuning Tools")
+ (description
+ "The ability to tune models is important. @code{tune} contains
+functions and classes to be used in conjunction with other
+@code{tidymodels} packages for finding reasonable values of
+hyper-parameters in models, pre-processing methods, and
+post-processing steps.")
+ (license license:expat)))
--
2.17.1
next prev parent reply other threads:[~2020-06-29 5:52 UTC|newest]
Thread overview: 19+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-06-29 5:48 [bug#42117] [PATCH] gnu: Add r-tidymodels and its many dependencies Lo Peter
2020-06-29 5:50 ` [bug#42117] [PATCH 01/17] gnu: Add r-hardhat Peter Lo
2020-06-29 5:50 ` [bug#42117] [PATCH 02/17] gnu: Add r-workflows Peter Lo
2020-06-29 5:50 ` [bug#42117] [PATCH 03/17] gnu: Add r-gpfit Peter Lo
2020-06-29 5:50 ` [bug#42117] [PATCH 04/17] gnu: Add r-yardstick Peter Lo
2020-06-29 5:50 ` [bug#42117] [PATCH 05/17] gnu: Add r-rsample Peter Lo
2020-06-29 5:50 ` [bug#42117] [PATCH 06/17] gnu: Add r-dicedesign Peter Lo
2020-06-29 5:50 ` [bug#42117] [PATCH 07/17] gnu: Add r-dials Peter Lo
2020-06-29 5:50 ` Peter Lo [this message]
2020-06-29 5:50 ` [bug#42117] [PATCH 09/17] gnu: Add r-tidyposterior Peter Lo
2020-06-29 5:50 ` [bug#42117] [PATCH 10/17] gnu: Add r-tidypredict Peter Lo
2020-06-29 5:50 ` [bug#42117] [PATCH 11/17] gnu: Add r-janeaustenr Peter Lo
2020-06-29 5:50 ` [bug#42117] [PATCH 12/17] gnu: Add r-tokenizers Peter Lo
2020-06-29 5:50 ` [bug#42117] [PATCH 13/17] gnu: Add r-hunspell Peter Lo
2020-06-29 5:50 ` [bug#42117] [PATCH 14/17] gnu: Add r-tidytext Peter Lo
2020-06-29 5:50 ` [bug#42117] [PATCH 15/17] gnu: Add r-parsnip Peter Lo
2020-06-29 5:50 ` [bug#42117] [PATCH 16/17] gnu: Add r-infer Peter Lo
2020-06-29 5:50 ` [bug#42117] [PATCH 17/17] gnu: Add r-tidymodels Peter Lo
2020-09-11 16:58 ` bug#42117: [PATCH] gnu: Add r-tidymodels and its many dependencies 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=20200629055042.8565-8-peterloleungyau@gmail.com \
--to=peterloleungyau@gmail.com \
--cc=42117@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.