GNU bug report logs -
#63923
[PATCH 1/2] gnu: Add r-caretensemble.
Previous Next
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 63923 in the body.
You can then email your comments to 63923 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
guix-patches <at> gnu.org
:
bug#63923
; Package
guix-patches
.
(Tue, 06 Jun 2023 09:35:01 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Navid Afkhami <navid.afkhami <at> mdc-berlin.de>
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Tue, 06 Jun 2023 09:35:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
* 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
Reply sent
to
Ricardo Wurmus <rekado <at> elephly.net>
:
You have taken responsibility.
(Tue, 06 Jun 2023 11:42:02 GMT)
Full text and
rfc822 format available.
Notification sent
to
Navid Afkhami <navid.afkhami <at> mdc-berlin.de>
:
bug acknowledged by developer.
(Tue, 06 Jun 2023 11:42:02 GMT)
Full text and
rfc822 format available.
Message #10 received at 63923-done <at> debbugs.gnu.org (full text, mbox):
Applied with minor changes to the description.
Thank you!
--
Ricardo
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Wed, 05 Jul 2023 11:24:05 GMT)
Full text and
rfc822 format available.
This bug report was last modified 2 years and 46 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.