unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Ekaitz Zarraga <ekaitz@elenq.tech>
To: 69441@debbugs.gnu.org
Cc: "spencer.king@geneoscopy.com" <spencer.king@geneoscopy.com>
Subject: [bug#69441] [PATCH] gnu: Add python-mord.
Date: Wed, 28 Feb 2024 14:38:35 +0100	[thread overview]
Message-ID: <1e7e1bdd-a8e3-b12e-d7f6-b9b1cf270aa1@elenq.tech> (raw)
In-Reply-To: <c5d99ad7-e273-bc59-8efb-f808558a8804@elenq.tech>

[-- Attachment #1: Type: text/plain, Size: 126 bytes --]

LoL I forgot to attach.

On 2024-02-28 14:24, Ekaitz Zarraga wrote:
> I made a minor change and rebased to current `master`.


[-- Attachment #2: 0001-gnu-Add-python-mord.patch --]
[-- Type: text/x-patch, Size: 2151 bytes --]

From ddba870c692e17ef25f98ce660072c67184d6e49 Mon Sep 17 00:00:00 2001
Message-ID: <ddba870c692e17ef25f98ce660072c67184d6e49.1709127412.git.ekaitz@elenq.tech>
From: Spencer King <spencer.king@geneoscopy.com>
Date: Tue, 27 Feb 2024 22:03:12 +0000
Subject: [PATCH] gnu: Add python-mord.

* gnu/packages/machine-learning.scm (python-mord): New variable.

Change-Id: I1a495fece72a0b998a69cb518544ed8835b12a40
---
 gnu/packages/machine-learning.scm | 24 ++++++++++++++++++++++++
 1 file changed, 24 insertions(+)

diff --git a/gnu/packages/machine-learning.scm b/gnu/packages/machine-learning.scm
index 6e94e21f3e..e758132d31 100644
--- a/gnu/packages/machine-learning.scm
+++ b/gnu/packages/machine-learning.scm
@@ -26,6 +26,7 @@
 ;;; Copyright © 2024 Sharlatan Hellseher <sharlatanus@gmail.com>
 ;;; Copyright © 2024 David Pflug <david@pflug.io>
 ;;; Copyright © 2024 Timothee Mathieu <timothee.mathieu@inria.fr>
+;;; Copyright © 2024 Spencer King <spencer.king@geneoscopy.com>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -1782,6 +1783,29 @@ (define-public python-scikit-learn-extra
 citation number.")
       (license license:bsd-3))))
 
+(define-public python-mord
+  (package
+    (name "python-mord")
+    (version "0.7")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (pypi-uri "mord" version))
+       (sha256
+        (base32 "1cvv9b9w69v0inq0zgcw0vmkiq3zn9q9r6clkynpzjik9rrh405n"))))
+    (build-system pyproject-build-system)
+    ;; v0.7 does not provide any test cases
+    ;; v0.6 relies on deprecated scikit-learn functionality
+    (arguments `(#:tests? #f))
+    (inputs (list python-numpy python-scipy python-scikit-learn))
+    (home-page "https://pypi.org/project/mord/")
+    (synopsis "Ordinal regression models for scikit-learn")
+    (description
+     "This package provides a collection of ordinal regression models for
+machine learning in Python.  They are intended to be used with scikit-learn
+and are compatible with its API.")
+    (license license:bsd-3)))
+
 (define-public python-thinc
   (package
     (name "python-thinc")

base-commit: f29f80c194d0c534a92354b2bc19022a9b70ecf8
-- 
2.41.0


  reply	other threads:[~2024-02-28 13:39 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-02-27 22:10 [bug#69441] [PATCH] gnu: Add python-mord King, Spencer via Guix-patches via
2024-02-28 13:22 ` Ekaitz Zarraga
2024-02-28 13:24 ` Ekaitz Zarraga
2024-02-28 13:38   ` Ekaitz Zarraga [this message]
2024-03-02 16:00     ` bug#69441: " Ludovic Courtès
2024-02-28 13:44 ` [bug#69441] QA review for 69441 Ekaitz Zarraga

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1e7e1bdd-a8e3-b12e-d7f6-b9b1cf270aa1@elenq.tech \
    --to=ekaitz@elenq.tech \
    --cc=69441@debbugs.gnu.org \
    --cc=spencer.king@geneoscopy.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).