summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSharlatan Hellseher <sharlatanus@gmail.com>2025-12-28 13:34:47 +0000
committerSharlatan Hellseher <sharlatanus@gmail.com>2025-12-28 13:34:53 +0000
commit4f3a9d505fea7ca5f7501bb40eb16a654f35fdbe (patch)
treec584a1ac41d84b6b69c46fb3ebcda91a396c7ac7
parentaa78526a35bb0e8f31d8044f1af7343c6756713a (diff)
gnu: Remove python-iml.
* gnu/packages/machine-learning.scm (python-iml): Delete variable. Fixes: guix/guix#4444 Change-Id: Iabdfc85d07177d0cba30b92917ad6036002b1b91
-rw-r--r--gnu/packages/machine-learning.scm25
1 files changed, 0 insertions, 25 deletions
diff --git a/gnu/packages/machine-learning.scm b/gnu/packages/machine-learning.scm
index 29c9a572c83..7ac8d1ff634 100644
--- a/gnu/packages/machine-learning.scm
+++ b/gnu/packages/machine-learning.scm
@@ -3737,31 +3737,6 @@ in a fast and accurate way.")
(list python-numpy python-scipy))
(synopsis "Python interface for the XGBoost library")))
-(define-public python-iml
- (package
- (name "python-iml")
- (version "0.6.2")
- (source
- (origin
- (method url-fetch)
- (uri (pypi-uri "iml" version))
- (sha256
- (base32
- "1k8szlpm19rcwcxdny9qdm3gmaqq8akb4xlvrzyz8c2d679aak6l"))))
- (build-system pyproject-build-system)
- (propagated-inputs
- (list python-ipython python-numpy python-pandas python-scipy))
- (native-inputs
- (list python-nose python-setuptools))
- (home-page "https://github.com/interpretable-ml/iml")
- (synopsis "Interpretable Machine Learning (iML) package")
- (description "Interpretable ML (iML) is a set of data type objects,
-visualizations, and interfaces that can be used by any method designed to
-explain the predictions of machine learning models (or really the output of
-any function). It currently contains the interface and IO code from the Shap
-project, and it will potentially also do the same for the Lime project.")
- (license license:expat)))
-
(define-public gloo
(let ((version "0.0.0") ; no proper version tag
(commit "54cbae0d3a67fa890b4c3d9ee162b7860315e341")