GNU bug report logs -
#63923
[PATCH 1/2] gnu: Add r-caretensemble.
Previous Next
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your message dated Tue, 06 Jun 2023 13:40:38 +0200
with message-id <87mt1cq0mq.fsf <at> elephly.net>
and subject line [PATCH 1/2] gnu: Add r-caretensemble.
has caused the debbugs.gnu.org bug report #63923,
regarding [PATCH 1/2] gnu: Add r-caretensemble.
to be marked as done.
(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)
--
63923: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=63923
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
* gnu/packages/cran.scm (r-caretensemble): New variable.
---
gnu/packages/cran.scm | 31 +++++++++++++++++++++++++++++++
1 file changed, 31 insertions(+)
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index d8221fd0fc..b2eb3efc15 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -27921,6 +27921,37 @@ (define-public r-caret
classification and regression models.")
(license license:gpl2+)))
+(define-public r-caretensemble
+ (package
+ (name "r-caretensemble")
+ (version "2.0.2")
+ (source (origin
+ (method url-fetch)
+ (uri (cran-uri "caretEnsemble" version))
+ (sha256
+ (base32
+ "0kagw1ilfz1yy1q0ysmkp3f13k08hiq84xk7d0xp5p7d5dsg7z6q"))))
+ (properties `((upstream-name . "caretEnsemble")))
+ (build-system r-build-system)
+ (propagated-inputs (list r-caret
+ r-data-table
+ r-digest
+ r-ggplot2
+ r-gridextra
+ r-lattice
+ r-pbapply
+ r-plyr))
+ (native-inputs (list r-knitr))
+ (home-page "https://github.com/zachmayer/caretEnsemble")
+ (synopsis "Ensembles of caret models")
+ (description
+ "Framework for fitting multiple caret models.
+This Framework use the same re-sampling strategy as well as creating
+ensembles of such models. Use caretList to fit multiple models and
+then use caretEnsemble to combine them greedily or caretStack to
+combine them using a caret model.")
+ (license license:expat)))
+
(define-public r-adabag
(package
(name "r-adabag")
base-commit: e3cd3f03202c48cd8d777f4769b4e31fea8dcd60
--
2.34.1
[Message part 3 (message/rfc822, inline)]
Applied with minor changes to the description.
Thank you!
--
Ricardo
This bug report was last modified 2 years and 48 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.