unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#66322] [PATCH] gnu: Add python-mapie.
@ 2023-10-03 13:03 Vinicius Monego
  2023-10-06  9:33 ` bug#66322: " Mathieu Othacehe
  0 siblings, 1 reply; 2+ messages in thread
From: Vinicius Monego @ 2023-10-03 13:03 UTC (permalink / raw)
  To: 66322; +Cc: Vinicius Monego

* gnu/packages/statistics.scm (python-mapie): New variable.
---
 gnu/packages/statistics.scm | 24 ++++++++++++++++++++++++
 1 file changed, 24 insertions(+)

diff --git a/gnu/packages/statistics.scm b/gnu/packages/statistics.scm
index a2f5d564f1..f742702679 100644
--- a/gnu/packages/statistics.scm
+++ b/gnu/packages/statistics.scm
@@ -2330,6 +2330,30 @@ (define-public python-patsy
     ;; and is covered by the PSFL.
     (license (list license:bsd-2 license:psfl))))
 
+(define-public python-mapie
+  (package
+    (name "python-mapie")
+    (version "0.7.0")
+    (source (origin
+              (method url-fetch)
+              (uri (pypi-uri "MAPIE" version))
+              (sha256
+               (base32
+                "1nvi547avvwrck1n7rf5jh7d0ml6jaqjs2p59iwcq2a5xjmdsmsc"))))
+    (build-system pyproject-build-system)
+    (native-inputs (list python-pandas python-pytest))
+    (propagated-inputs (list python-numpy python-scikit-learn))
+    (home-page "https://github.com/scikit-learn-contrib/MAPIE")
+    (synopsis "Module for estimating prediction intervals")
+    (description "MAPIE allows you to easily estimate prediction intervals
+(or prediction sets) using your favourite scikit-learn-compatible model for
+single-output regression or multi-class classification settings.
+
+Prediction intervals output by MAPIE encompass both aleatoric and epistemic
+uncertainties and are backed by strong theoretical guarantees thanks to
+conformal prediction methods intervals.")
+    (license license:bsd-3)))
+
 (define-public python-statsmodels
   (package
     (name "python-statsmodels")

base-commit: 789a8538d647ec50713698c5cdce522ce3415452
-- 
2.39.2





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

* bug#66322: [PATCH] gnu: Add python-mapie.
  2023-10-03 13:03 [bug#66322] [PATCH] gnu: Add python-mapie Vinicius Monego
@ 2023-10-06  9:33 ` Mathieu Othacehe
  0 siblings, 0 replies; 2+ messages in thread
From: Mathieu Othacehe @ 2023-10-06  9:33 UTC (permalink / raw)
  To: Vinicius Monego; +Cc: 66322-done


> * gnu/packages/statistics.scm (python-mapie): New variable.

Applied, thanks,

Mathieu




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

end of thread, other threads:[~2023-10-06  9:35 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-10-03 13:03 [bug#66322] [PATCH] gnu: Add python-mapie Vinicius Monego
2023-10-06  9:33 ` bug#66322: " Mathieu Othacehe

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).