blob: 7798ebfe6ee6f4f19fe16afa165c111b5a560874 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
|
pkgbase = python-shap
pkgdesc = Game theoretic approach to explain the output of any machine learning model
pkgver = 0.45.0
pkgrel = 1
url = https://github.com/slundberg/shap
arch = i686
arch = x86_64
arch = armv7h
arch = aarch64
license = MIT
makedepends = python-build
makedepends = python-installer
makedepends = python-wheel
depends = python
depends = python-numpy
depends = python-scipy
depends = python-scikit-learn
depends = python-pandas
depends = python-tqdm
depends = python-packaging
depends = python-slicer
depends = python-numba
depends = python-cloudpickle
optdepends = ipython
optdepends = python-matplotlib
source = https://files.pythonhosted.org/packages/source/s/shap/shap-0.45.0.tar.gz
sha512sums = 61e06bc204f71c500f108ce52de969c0ac4491fd468b37fd3247cc74330c9bd81f9aeed3a0ae607bc884fcc6c6c5570a648621a79c5e7d6478899e1b228fb8af
pkgname = python-shap
|