emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#44788: closed ([PATCH] gnu: Add python-baycomp.)


From: GNU bug Tracking System
Subject: bug#44788: closed ([PATCH] gnu: Add python-baycomp.)
Date: Tue, 24 Nov 2020 13:03:02 +0000

Your message dated Tue, 24 Nov 2020 14:02:28 +0100
with message-id <87tuteq55n.fsf@nicolasgoaziou.fr>
and subject line Re: [bug#44788] [PATCH] gnu: Add python-baycomp.
has caused the debbugs.gnu.org bug report #44788,
regarding [PATCH] gnu: Add python-baycomp.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
44788: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=44788
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] gnu: Add python-baycomp. Date: Sun, 22 Nov 2020 00:05:25 -0300
* gnu/packages/python-science.scm (python-baycomp): New variable.
---
 gnu/packages/python-science.scm | 26 ++++++++++++++++++++++++++
 1 file changed, 26 insertions(+)

diff --git a/gnu/packages/python-science.scm b/gnu/packages/python-science.scm
index 101c8fb640..8d06f4f962 100644
--- a/gnu/packages/python-science.scm
+++ b/gnu/packages/python-science.scm
@@ -439,6 +439,32 @@ doing practical, real world data analysis in Python.")
 written in C.")
     (license license:bsd-2)))
 
+(define-public python-baycomp
+  (package
+    (name "python-baycomp")
+    (version "1.0.2")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (pypi-uri "baycomp" version))
+       (sha256
+        (base32 "1c1354a7b3g8slychjgyjxqdm8z40z9kviyl9n4g9kfpdg0p4d64"))))
+    (build-system python-build-system)
+    (propagated-inputs
+     `(("python-matplotlib" ,python-matplotlib)
+       ("python-numpy" ,python-numpy)
+       ("python-scipy" ,python-scipy)))
+    (home-page "https://github.com/janezd/baycomp";)
+    (synopsis "Library for comparison of Bayesian classifiers")
+    (description
+     "@code{baycomp} is a library for Bayesian comparison of classifiers.
+Functions in the library compare two classifiers on one or on multiple data
+sets.  They compute three probabilities: the probability that the first
+classifier has higher scores than the second, the probability that differences
+are within the region of practical equivalence (rope), or that the second
+classifier has higher scores.")
+    (license license:expat)))
+
 (define-public python-xarray
   (package
     (name "python-xarray")
-- 
2.20.1




--- End Message ---
--- Begin Message --- Subject: Re: [bug#44788] [PATCH] gnu: Add python-baycomp. Date: Tue, 24 Nov 2020 14:02:28 +0100 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.1 (gnu/linux)
Hello,

Vinicius Monego <monego@posteo.net> writes:

> * gnu/packages/python-science.scm (python-baycomp): New variable.

Applied. Thank you.

Regards,
-- 
Nicolas Goaziou


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]