all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#63923] [PATCH 1/2] gnu: Add r-caretensemble.
@ 2023-06-06  9:33 Navid Afkhami
  2023-06-06 11:40 ` bug#63923: " Ricardo Wurmus
  0 siblings, 1 reply; 2+ messages in thread
From: Navid Afkhami @ 2023-06-06  9:33 UTC (permalink / raw)
  To: 63923; +Cc: Navid Afkhami

* 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





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#63923: [PATCH 1/2] gnu: Add r-caretensemble.
  2023-06-06  9:33 [bug#63923] [PATCH 1/2] gnu: Add r-caretensemble Navid Afkhami
@ 2023-06-06 11:40 ` Ricardo Wurmus
  0 siblings, 0 replies; 2+ messages in thread
From: Ricardo Wurmus @ 2023-06-06 11:40 UTC (permalink / raw)
  To: 63923-done

Applied with minor changes to the description.
Thank you!

-- 
Ricardo




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-06-06 11:42 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-06-06  9:33 [bug#63923] [PATCH 1/2] gnu: Add r-caretensemble Navid Afkhami
2023-06-06 11:40 ` bug#63923: " Ricardo Wurmus

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.