shap

View on PyPIReverse Dependencies (324)

0.45.0 shap-0.45.0-cp39-cp39-manylinux_2_12_x86_64.manylinux2010_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
shap-0.45.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
shap-0.45.0-cp39-cp39-win_amd64.whl
shap-0.45.0-cp39-cp39-macosx_10_9_x86_64.whl
shap-0.45.0-cp39-cp39-musllinux_1_1_x86_64.whl
shap-0.45.0-cp39-cp39-macosx_11_0_arm64.whl
shap-0.45.0-cp312-cp312-manylinux_2_12_x86_64.manylinux2010_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
shap-0.45.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
shap-0.45.0-cp312-cp312-win_amd64.whl
shap-0.45.0-cp312-cp312-macosx_10_9_x86_64.whl
shap-0.45.0-cp312-cp312-musllinux_1_1_x86_64.whl
shap-0.45.0-cp312-cp312-macosx_11_0_arm64.whl
shap-0.45.0-cp311-cp311-manylinux_2_12_x86_64.manylinux2010_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
shap-0.45.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
shap-0.45.0-cp311-cp311-win_amd64.whl
shap-0.45.0-cp311-cp311-macosx_10_9_x86_64.whl
shap-0.45.0-cp311-cp311-musllinux_1_1_x86_64.whl
shap-0.45.0-cp311-cp311-macosx_11_0_arm64.whl
shap-0.45.0-cp310-cp310-manylinux_2_12_x86_64.manylinux2010_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
shap-0.45.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
shap-0.45.0-cp310-cp310-win_amd64.whl
shap-0.45.0-cp310-cp310-macosx_10_9_x86_64.whl
shap-0.45.0-cp310-cp310-musllinux_1_1_x86_64.whl
shap-0.45.0-cp310-cp310-macosx_11_0_arm64.whl

Wheel Details

Project: shap
Version: 0.45.0
Filename: shap-0.45.0-cp39-cp39-manylinux_2_12_x86_64.manylinux2010_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Download: [link]
Size: 538056
MD5: d5574cd9b75ab7921b29e01ab8d5239f
SHA256: 751836bb1eae9e73be5cb59218cf8ac362097a1d1f39afdd098cfb35abe9121d
Uploaded: 2024-03-08 11:55:59 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: shap
Version: 0.45.0
Summary: A unified approach to explain the output of any machine learning model.
Author-Email: Scott Lundberg <slund1[at]cs.washington.edu>
Project-Url: Repository, http://github.com/shap/shap
Project-Url: Documentation, https://shap.readthedocs.io/en/latest/index.html
Project-Url: Release Notes, https://shap.readthedocs.io/en/latest/release_notes.html
License: MIT License
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX
Classifier: Operating System :: Unix
Classifier: Operating System :: MacOS
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Intended Audience :: Information Technology
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Classifier: Development Status :: 5 - Production/Stable
Classifier: License :: OSI Approved :: MIT License
Requires-Python: >=3.9
Requires-Dist: numpy
Requires-Dist: scipy
Requires-Dist: scikit-learn
Requires-Dist: pandas
Requires-Dist: tqdm (>=4.27.0)
Requires-Dist: packaging (>20.9)
Requires-Dist: slicer (==0.0.7)
Requires-Dist: numba
Requires-Dist: cloudpickle
Requires-Dist: matplotlib; extra == "docs"
Requires-Dist: ipython; extra == "docs"
Requires-Dist: numpydoc; extra == "docs"
Requires-Dist: sphinx-rtd-theme (==2.0.0); extra == "docs"
Requires-Dist: sphinx (==7.2.6); extra == "docs"
Requires-Dist: nbsphinx (==0.9.3); extra == "docs"
Requires-Dist: sphinx-github-changelog (==1.2.1); extra == "docs"
Requires-Dist: myst-parser (==2.0.0); extra == "docs"
Requires-Dist: requests; extra == "docs"
Requires-Dist: lime; extra == "others"
Requires-Dist: matplotlib; extra == "plots"
Requires-Dist: ipython; extra == "plots"
Requires-Dist: pytest; extra == "test"
Requires-Dist: pytest-mpl; extra == "test"
Requires-Dist: pytest-cov; extra == "test"
Requires-Dist: xgboost; extra == "test"
Requires-Dist: lightgbm; extra == "test"
Requires-Dist: gpboost; extra == "test"
Requires-Dist: ngboost; extra == "test"
Requires-Dist: pyspark; extra == "test"
Requires-Dist: pyod; extra == "test"
Requires-Dist: transformers; extra == "test"
Requires-Dist: protobuf (==3.20.3); extra == "test"
Requires-Dist: torchvision; extra == "test"
Requires-Dist: sentencepiece; extra == "test"
Requires-Dist: opencv-python; extra == "test"
Requires-Dist: pytest; extra == "test-core"
Requires-Dist: pytest-mpl; extra == "test-core"
Requires-Dist: pytest-cov; extra == "test-core"
Requires-Dist: catboost; python_version < "3.12" and extra == "test"
Requires-Dist: tensorflow; python_version < "3.12" and extra == "test"
Requires-Dist: torch; sys_platform != "darwin" and extra == "test"
Requires-Dist: torch (==2.2.0); sys_platform == "darwin" and extra == "test"
Requires-Dist: jupyter; extra == "test-notebooks"
Requires-Dist: nbconvert; extra == "test-notebooks"
Requires-Dist: nbformat; extra == "test-notebooks"
Requires-Dist: nlp; extra == "test-notebooks"
Requires-Dist: transformers; extra == "test-notebooks"
Requires-Dist: datasets; extra == "test-notebooks"
Requires-Dist: keras; extra == "test-notebooks"
Provides-Extra: docs
Provides-Extra: others
Provides-Extra: plots
Provides-Extra: test
Provides-Extra: test-core
Provides-Extra: test_notebooks
Description-Content-Type: text/markdown
License-File: LICENSE
[Description omitted; length: 21305 characters]

WHEEL

Wheel-Version: 1.0
Generator: bdist_wheel (0.42.0)
Root-Is-Purelib: false
Tag: cp39-cp39-manylinux_2_12_x86_64
Tag: cp39-cp39-manylinux2010_x86_64
Tag: cp39-cp39-manylinux_2_17_x86_64
Tag: cp39-cp39-manylinux2014_x86_64

RECORD

Path Digest Size
shap-0.45.0.dist-info/LICENSE sha256=z1wmMFxjLlRRtu7X4JZKNsTOwRAvDGRn2wY7NIOhkSc 1081
shap-0.45.0.dist-info/RECORD
shap-0.45.0.dist-info/METADATA sha256=Is7-vX-xhICXZzqGq3DI7khLiZ2PqYOYkFC05JLS4Ws 24859
shap-0.45.0.dist-info/WHEEL sha256=4rfreJ6CNNcA2gKyjy3efYFAi1GwuPrk-cxs0MjbF8A 221
shap-0.45.0.dist-info/top_level.txt sha256=MjIGqmLADIjgB_iEb34vXFQuCf62i26ItbMzajhG084 5
shap/_version.py sha256=XIcoBMB4idL6QJ6AEhA_troe139ndpcHyP1_a0MWgy4 413
shap/datasets.py sha256=hKsiNM4BRACwWiMXynfjSJxSBgW5CbXhrU2eo8a8VV0 10256
shap/_cext.cpython-39-x86_64-linux-gnu.so sha256=b1d7nvd_OePRU9i6UNSqpHpggVjAgnr9Tn_sE26lrUI 310944
shap/_serializable.py sha256=lJunw12C_QIS0EVx4Of3No6B6HkSSuudYtMAnoGOL0o 8620
shap/links.py sha256=mzdhZ2WdkrMsznNz7SuA9K-UXq-sabep-Y0RSb40BpY 436
shap/__init__.py sha256=ILDqrFggMkMk58v4iUePT0kZ-dHiGC7OMfY8PemcwT8 4517
shap/_explanation.py sha256=i9U24ha1V-2wHf-SjeFlt4daaO_-dXTwTXc8KOWWjcM 31868
shap/cext/tree_shap.h sha256=C1hC1T9GeA8MWL7CZfCURIWMOJBu05gennArSIfQRgo 57917
shap/cext/_cext.cc sha256=q0gPlj68iXn_cta6LK7LJPO-zi168ud3JHznx-j_HnU 25867
shap/cext/_cext_gpu.cu sha256=CORI-AQWNiFGgTQ5I5miDssqMO3Eiyt31hK8GEd9YS8 14595
shap/cext/gpu_treeshap.h sha256=4TbuNBRZY5K1xU8N88qb2cvPgyJhX0sfg31Y_E4cW0w 63039
shap/cext/_cext_gpu.cc sha256=XI-TR11sWMDPFyk9Tk6vA9-jo9fzCjGRcVUIsM8TMWE 8087
shap/utils/_legacy.py sha256=UgNXOQjDFaBCzkt5JUF0BDf91MAPIrvqX1lvEbiBy0o 8379
shap/utils/_exceptions.py sha256=2yvn4zr9qUnWlw9FNFaYXfZIykvRqKUWwEWAdQkML8U 578
shap/utils/_show_progress.py sha256=Wd8yOMJKn4l32ooWPYyYSVGIPaXwDy86Z1Yku4joj08 1218
shap/utils/_keras.py sha256=wGw19IrCATk_U9JIo79iHIe-ufD7A7_Iipn0zRrr9qc 2535
shap/utils/transformers.py sha256=f_lbiiJTc1tOSkzIj-bPu0sM8qNEHHBfoe3Vml9USWE 6484
shap/utils/_general.py sha256=FoIUpQlagwLqEDsI0LG8KNogheZkoR1NPu4xoAZWWOE 11401
shap/utils/__init__.py sha256=C_6B1dSkZOLpJHZkaQ22WYZa7kRLhcA1oakbm0qZrqw 973
shap/utils/_clustering.py sha256=o9HgMz-BspxtT6LZs_MuyzNEwmcBboyiRcIuuSaaItE 9610
shap/utils/_masked_model.py sha256=wHWCpS_LAWxlwPINwnupjPiX9eiXWtH6F6dgzDV23c4 21588
shap/utils/image.py sha256=qzu9QgZMXgvTRVVnWSyqE_vjcbjZNpneyJ4COJkcCRY 5273
shap/actions/_optimizer.py sha256=-Xl9oa_oAKd0r-wkuruxg9VzoV2KMMc1WpcIsANVVxQ 3618
shap/actions/_action.py sha256=01uz1ux0aWy9E6LfVCebtwgkVfBavN7Z1c_utzm7bYU 200
shap/actions/__init__.py sha256=kwvUJXqWfZlL6OWVguoOQ94x5S8dcgKcOwWYKd45vqA 50
shap/explainers/_exact.py sha256=uorReqHowVY9_2Z59nPXgUYfeU7izIJdp_7U9u1Wo5k 16390
shap/explainers/_partition.py sha256=-u0XjCm1bYLo5oHeQV9-A_FPzTPhmMW5nivFNmhLbac 31446
shap/explainers/_additive.py sha256=ZqV9r8nFQdLDGF-ZyQwesIBtEjLQf-6Hpt_nh7xHzDs 8406
shap/explainers/_gpu_tree.py sha256=t3jqkukmOwCYp3wdh-EJtahRHyAopUbp4o1PSPHwa_M 6681
shap/explainers/pytree.py sha256=Lv4lFZmnPsSa9Z8taIMqbvFZcAfMLJSl4k27fLaclVc 20030
shap/explainers/_explainer.py sha256=MMgNeMmovKIVhCO0DWDxJgWTfmzAXpscpPDJSJmV94s 23341
shap/explainers/tf_utils.py sha256=3Aorriw6GHAJtLhd_3oCpAsdpovBclCqyvy84jH---0 2781
shap/explainers/_sampling.py sha256=DEJrIvy88uTQeXkB10DlUkdo3rliYJ-8z4KxeaDypK4 9158
shap/explainers/_gradient.py sha256=nvYQhmfTTMDt1oCyyZVeCY1Td8DKChNX4yfTlJ3dv00 28557
shap/explainers/_permutation.py sha256=NVxw90HD9AGbpQ9zTsVC1GYE018ACmunEu7OZYT-iLk 10722
shap/explainers/_tree.py sha256=RM-U2G4REN51EH--eumoWTzzTIZ_wIVabeC2UTDWt2Q 105090
shap/explainers/_linear.py sha256=ZyfRdJsjVkqSVuxVHIsuuCdvWlwvEdLkFRDEHaKJNjo 19862
shap/explainers/__init__.py sha256=g5g8-e6U1cLjXSUTtk6c2dEE3tB0VSf7bc7EOXxQk20 1093
shap/explainers/_kernel.py sha256=TlUzjPopYGF4iDQTU_be_oT_hbW1nXyqncdqPCA6P3Q 35140
shap/explainers/other/_random.py sha256=0BcQh5CMovlWerFHnzPIvoltbKiFtTskCq2j9oigqVw 3320
shap/explainers/other/_maple.py sha256=ZHvSzaLx5ombq4DpfTwqYwFHxiu4RGocrq-xYcDq1Wc 11326
shap/explainers/other/_lime.py sha256=geot9KNDGfADbG58RdMcmPpjds1UgqnfxYattj92i7Y 2568
shap/explainers/other/_ubjson.py sha256=_I812k7R5edEcepFKh3D3lAmJj-GRHZBOOTZ3gsbzDc 6163
shap/explainers/other/_treegain.py sha256=iTH4WFr3twU7RtZfVgkbFj73zzTD6k8uB6ySYd-3Olk 1285
shap/explainers/other/__init__.py sha256=g4zwYyuyguZ5yAZhGaRG3n4UUtAYgqCOkPtYyt24mM4 280
shap/explainers/other/_coefficient.py sha256=ap_SY_sU-CkPO0z-uldAQpFB6FHugsj8HynwYrGxvhs 516
shap/explainers/_deep/deep_tf.py sha256=konX-EJy9Tf70jOVr5zvDooSnYYlTyvdVuwOzaPtlGg 34318
shap/explainers/_deep/deep_pytorch.py sha256=5ym-2dHY-1Q-CdikxG0c4t_h8fttS7v2roahzzCO74I 15722
shap/explainers/_deep/__init__.py sha256=27lXPY-R8-8oFHyfLWk5B0FRmtov3hzkNIA9o6XBshM 7138
shap/explainers/_deep/deep_utils.py sha256=nRDCgH9FokC_3AUBLZQ1WyCSZ6UwnxWGnBw_p7zXY6E 1341
shap/maskers/_output_composite.py sha256=IuS-_ZZ8wggh0-yYUDJoP2qw0bwGj2y_zPG0cFhPKT8 2636
shap/maskers/_image.py sha256=NDbHov1BUvxLXWxxYywPsbjT3zI9LFoSoK0Q8tIrHBk 9106
shap/maskers/_fixed.py sha256=A0FlEK6jhINvFoxJeMof2RZ8TEFWLkNpzLM10IsuBGo 954
shap/maskers/_text.py sha256=aIukVrPAHM97TBO72TMgpVr87BVRX1Yo3GKeO_fN6uk 21398
shap/maskers/_fixed_composite.py sha256=5w5kloiiUZw6A-vpq24iC83OveGj25lBFLg-fdmG690 2366
shap/maskers/_masker.py sha256=MX5uuhpHElMA-UMs8ZIepBcYLqb_0_rBzmWVkv00Fc0 728
shap/maskers/_tabular.py sha256=5DkJF3ckuBDXWIb5F9WY1INPrmjGBjMhVyaeGReiFkc 13838
shap/maskers/_composite.py sha256=k48fH0mYYwRWENGcj4sbBVGyYfgGxq7Ti1Ky-XzP6_s 5177
shap/maskers/__init__.py sha256=ukEdZXZtHnB7eK-m7IRuQnnIFHtmDxKdabz9r247RyY 462
shap/models/_transformers_pipeline.py sha256=JiGu2Q4zVMtQSbICTA1i1TofG7lPSxPHwKXVrt4w3K4 1613
shap/models/_model.py sha256=RiissiTDGBcM7EO1dGkuIcPbPqNvHyF1i2oWw8qbZ7E 1327
shap/models/_text_generation.py sha256=mFsmXAacYPFjgn0Ts8rq8cCXbULJpGJGl4Ps96tnaPQ 9887
shap/models/_teacher_forcing.py sha256=Yy4YZuJqHTFfDV16c1EIWkOgS3SEKo0p0ACHZXMLwb0 18628
shap/models/_topk_lm.py sha256=YUerGxSezTURA2kQrTmEONblbXN6L32F9ejZTXgfGhk 9980
shap/models/__init__.py sha256=VNrTEnvTcOkoOsfPRlHNiSPju1XbUTCYy4XR0LYlMsk 316
shap/benchmark/measures.py sha256=_6HjfY09dDHL_Ek3eXQgKgqtmdyF40jkcO4C4WCCL1k 18463
shap/benchmark/_sequential.py sha256=PKnj1BsoirfGWZzpknxmsoMc_AnYE_7VXxmz8fKfXV4 13112
shap/benchmark/_explanation_error.py sha256=GohnZo5NSDI9h4hQ4dc70rfYJ4vWQsgzLR_V0HJE2cg 8129
shap/benchmark/framework.py sha256=emC5uZqalDrvY_E5XtOF_KHx3LvWk-6aACQiiIv_LAU 3922
shap/benchmark/_result.py sha256=9WO0wRkr78Xx3e8hlcD3zTzONRiL4CibhoG92HC8ks4 1066
shap/benchmark/plots.py sha256=Odkiu_y9xI7aCK1Dh_-b71yW9L13bzPbaylhodV7mwY 23742
shap/benchmark/models.py sha256=Uxr8gnSZSUu6ip8SmvDQDxdTgJt4nqstF9A2vnS4eAs 6387
shap/benchmark/metrics.py sha256=6V10qNgblwijtAEK92dr_SQk1bkxtaHh-sM2BpvxKT4 31140
shap/benchmark/methods.py sha256=rCIrv-JAIIlVl9O1qVgMi2bLPh4VRvwELx-bvNghPt8 4221
shap/benchmark/__init__.py sha256=OBbjPKXZuaEVdCmwg-F-oPuv8PrJa8EcEiJoQSZDNJY 301
shap/benchmark/experiments.py sha256=1tuk2uMP7YQ-kUM0gSZmO2000fdOsIx5_Y0QH74gTjg 13938
shap/benchmark/_compute.py sha256=_zOxUqiDtZ-ms3wK0IY3huVIA3qRILFTVDpi0VManMk 285
shap/plots/_violin.py sha256=vcYZv7xbe08KLHZLd5-oBce22rhswoxKQ6rS_nRmyc8 16387
shap/plots/_decision.py sha256=0bx7gDrYlnSY6IXAagxCm__ZYnXCSNYFaDR_rPVWyyQ 26021
shap/plots/_scatter.py sha256=EFnc29NHm5hRRpsywvYe9s-9Zk8NiSZAcWK6OeapEHQ 33374
shap/plots/_force_matplotlib.py sha256=UWr8QecgP0UYK9C7eWFHXlHrrFJfW5Z6DFt742Id5_s 14269
shap/plots/_partial_dependence.py sha256=EfGimIUdZXK149lxpMP3FDxMDaNthh0FnUlq_9BP6gA 9251
shap/plots/_image.py sha256=khWcD24mWFBh_Bn0qy-nomFGW8pbwdz36MJEZARvRrk 25271
shap/plots/_heatmap.py sha256=udAH5Fni1TMEMcFzKcMaLZBBjgreOe02ckrvENrfTso 6990
shap/plots/_embedding.py sha256=9x74pJiXWS_-tm6nXAz1o1gPgWfvxk1tlLS4zU1Wh18 2650
shap/plots/_labels.py sha256=cK-AnJgWZJM1SIJ4x3vCj7XwofU_oAo79o1fBTtvOBo 609
shap/plots/_beeswarm.py sha256=FuQTeL6jfXzbB9ezt0xHZsjoDcQW7bq4DV1ow89kPO0 43414
shap/plots/_force.py sha256=Sdldc0l05cin66H2yrn6za20DjS1O1fG2EowUFt0jQA 21261
shap/plots/_waterfall.py sha256=dBqe17624zgUcBg-UHh_7uaL8TsId7kFvtDBRGHlS0Q 26649
shap/plots/_group_difference.py sha256=lN_tI9PzTnmkWNXcg7XjGWDXKWdUbaUMelmti0HKg9I 2970
shap/plots/_text.py sha256=KVEHSEt7FZ6fN92N3x6YaS3wqvzdJqPL7X03PuZAEG4 59761
shap/plots/__init__.py sha256=ASDlhefIHlMpAE4yVH2DC000g44b7rlefi8af6n_wAA 992
shap/plots/_monitoring.py sha256=lOdAzD8RihKSWnM3JtAm3vu6ZT3KI6CAo6K7e-Zebj4 2659
shap/plots/_utils.py sha256=FHLPlKX7DAIH-KZJRoc81qBxuLJbPy4o73sD90i4_Yg 7453
shap/plots/_benchmark.py sha256=MjtFM_MeOu98XTv4WxTTUoJpfPR7eXIj6fbIl-wD_gk 9437
shap/plots/_bar.py sha256=iPifhJed9GQr2iBmLonK8dodVFmY_p4XYJydfuJWXPY 18134
shap/plots/colors/_colors.py sha256=Mkh8gxGy0QuJGO-hsn4qlcMkAXAjhD6FhOo_ecc9J9E 5082
shap/plots/colors/_colorconv.py sha256=jVgMPLxYqRCekHJBiPi9PV4mjWYd49-Se-5JQg0bn2w 36811
shap/plots/colors/__init__.py sha256=_Vys6_C-mpoGtCCPjv_OvbbykphFS5eep7Hsese0nwM 574
shap/plots/resources/logoSmallGray.png sha256=I7UAO6eO-2ghl7qW2AVkpn7LXkQ_8yVSOFh9X8aQqjc 570
shap/plots/resources/bundle.js sha256=QGzCDdlNw_pNZf0qumZcgTK7Pw3IkIe5F-wym7ZI5Dg 302806

top_level.txt

shap