fasttreeshap

View on PyPIReverse Dependencies (2)

0.1.6 fasttreeshap-0.1.6-cp39-cp39-macosx_12_0_x86_64.whl

Wheel Details

Project: fasttreeshap
Version: 0.1.6
Filename: fasttreeshap-0.1.6-cp39-cp39-macosx_12_0_x86_64.whl
Download: [link]
Size: 339057
MD5: 97fbbc364684f7199199e7ed8ed704c9
SHA256: 39c69cbaddba20376a5978a104efac1406e9a27ed3bb0651c7f6b2154e8cca49
Uploaded: 2023-06-26 03:57:13 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: fasttreeshap
Version: 0.1.6
Summary: A fast implementation of TreeSHAP algorithm.
Author: Jilei Yang
Author-Email: jlyang0712[at]gmail.com
Home-Page: http://github.com/linkedin/fasttreeshap
License: BSD 2-CLAUSE
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX
Classifier: Operating System :: Unix
Classifier: Operating System :: MacOS
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Requires-Dist: numpy
Requires-Dist: scipy
Requires-Dist: scikit-learn
Requires-Dist: pandas
Requires-Dist: tqdm (>4.25.0)
Requires-Dist: packaging (>20.9)
Requires-Dist: slicer (==0.0.7)
Requires-Dist: numba
Requires-Dist: cloudpickle
Requires-Dist: psutil
Requires-Dist: shap
Requires-Dist: sentencepiece; extra == "all"
Requires-Dist: sphinx; extra == "all"
Requires-Dist: sphinx-rtd-theme; extra == "all"
Requires-Dist: pytest-cov; extra == "all"
Requires-Dist: xgboost; extra == "all"
Requires-Dist: transformers; extra == "all"
Requires-Dist: numpydoc; extra == "all"
Requires-Dist: catboost; extra == "all"
Requires-Dist: lime; extra == "all"
Requires-Dist: pytest; extra == "all"
Requires-Dist: pytest-mpl; extra == "all"
Requires-Dist: pyod; extra == "all"
Requires-Dist: pyspark; extra == "all"
Requires-Dist: opencv-python; extra == "all"
Requires-Dist: matplotlib; extra == "all"
Requires-Dist: nbsphinx; extra == "all"
Requires-Dist: lightgbm; extra == "all"
Requires-Dist: torch; extra == "all"
Requires-Dist: ipython; extra == "all"
Requires-Dist: matplotlib; extra == "docs"
Requires-Dist: ipython; extra == "docs"
Requires-Dist: numpydoc; extra == "docs"
Requires-Dist: sphinx-rtd-theme; extra == "docs"
Requires-Dist: sphinx; extra == "docs"
Requires-Dist: nbsphinx; 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: catboost; extra == "test"
Requires-Dist: pyspark; extra == "test"
Requires-Dist: pyod; extra == "test"
Requires-Dist: transformers; extra == "test"
Requires-Dist: torch; extra == "test"
Requires-Dist: sentencepiece; extra == "test"
Requires-Dist: opencv-python; extra == "test"
Provides-Extra: all
Provides-Extra: docs
Provides-Extra: others
Provides-Extra: plots
Provides-Extra: test
Description-Content-Type: text/markdown
License-File: LICENSE
License-File: NOTICE
[Description omitted; length: 354 characters]

WHEEL

Wheel-Version: 1.0
Generator: bdist_wheel (0.40.0)
Root-Is-Purelib: false
Tag: cp39-cp39-macosx_12_0_x86_64

RECORD

Path Digest Size
fasttreeshap/__init__.py sha256=iq2awj9nH93gRFNIIyZ7tpgxKWxSPXMm6euhOCNtRRI 2154
fasttreeshap/_cext.cpython-39-darwin.so sha256=85XMFY4HEBW2Eto8rzTNZ92CCzuYiwW2Yn8oU74yX6w 127048
fasttreeshap/_explanation.py sha256=3Ee1lMaAYD3rKwgcNpt1lKApd3zUmtF1WTJnngHMFcg 31324
fasttreeshap/_serializable.py sha256=PCMBlExh-XKq7pdjM8SzVgJ5WIjB_B8TGO23dZQZhjs 8702
fasttreeshap/datasets.py sha256=_eJFzji5s4kn9fca-9IIewgJFle16Vj8-pC9vc67tG8 9105
fasttreeshap/links.py sha256=eBjXlZmMIXNxCsz9P9rMpJrml-Cs39XR0EPBONho0C0 433
fasttreeshap/cext/tree_shap.h sha256=J2LfBNT7Bf8GQb9yMCEgmBnTshFiUD_JW4ubYi1ekLg 96965
fasttreeshap/explainers/__init__.py sha256=U7uB7xOEyMjlJEgj9L4uyCGGw2Un1KMMc_Ru6wVDU7M 23
fasttreeshap/explainers/_explainer.py sha256=IVXMDd2KTNTrcLfBmaCV-_-l8dLLEjT-FZIefombf7Y 16708
fasttreeshap/explainers/_tree.py sha256=B3VImB_41DkP6JbHpyFfbGd3nZsnE6WvEa95ZjYcAdU 98155
fasttreeshap/maskers/__init__.py sha256=H9N2DDBfy-jJvaii1Al1nYmYq63F_0oOxOBTHQzRlog 283
fasttreeshap/maskers/_composite.py sha256=XnTUInDUJyfROnK9wuS7H9vgXZ429h9gOH3Z19OFBXI 5144
fasttreeshap/maskers/_fixed.py sha256=Cw-_yhB9aWrwetLwWnXkhd3bU8aWKjmZvHOYC1BkCpU 1008
fasttreeshap/maskers/_fixed_composite.py sha256=OVHCv_97oy68OQf2vEi9yI7WVwz5LPgn20Zo9WNoPuk 2401
fasttreeshap/maskers/_image.py sha256=nSTZ4wS6Q7BG17n_y8sAxvyji_B4r7mTswebMk3WVao 8218
fasttreeshap/maskers/_masker.py sha256=o8HWqtRz-et-7tfsu-6Si421r4Ai3fZWevIAflpD8NA 753
fasttreeshap/maskers/_output_composite.py sha256=4rhLatSGTLqDI5jZoXlDbi63U40fS6lOuqCI1OJRuPk 2672
fasttreeshap/maskers/_tabular.py sha256=4uUrU2v6t74hSfjq9ROloYl37jgxx936Z8tkFRNoNdE 14014
fasttreeshap/maskers/_text.py sha256=MfMyijErLDv8qrxW7qfBM5LozkXXu8cOmsO1nWm1UgE 21420
fasttreeshap/models/__init__.py sha256=Bo9SSfOeUO2u-asAKrLp8piI27u1peB9a45tSAEVS-U 26
fasttreeshap/models/_model.py sha256=liMbuysV3XY4vd4j1kx3CLoM26jrBxl1lHcab2VEoU8 1178
fasttreeshap/plots/__init__.py sha256=C0M8D5Zc5SrkM38R1MKMshQ_0EEEL_fqsSuJq9JalDE 512
fasttreeshap/plots/_bar.py sha256=PoETbNbhy8KkWpSJus3GFLq8CJTRrTe8IHMNnpYjgLI 17284
fasttreeshap/plots/_beeswarm.py sha256=auJvDXyo5Jc4Lp-pwUuPeB3OvNwIiKpZmC4hSq-extg 41053
fasttreeshap/plots/_benchmark.py sha256=05QYGEuDeEjrbip1MjApBWPr83YUy7JKLU9guqkz-Ck 8827
fasttreeshap/plots/_decision.py sha256=vmvXQJmuyB-yrVxO3rSE1bz2dVgrT7GN8-HthkR19Aw 25998
fasttreeshap/plots/_embedding.py sha256=fZAk_u1Jgq8iaA4xrdu7RP7LFpF5XLG3JTwMZrOxNQk 2813
fasttreeshap/plots/_force.py sha256=KOl1FXN83eUXmIi6EYvWmlY6JIhd8fw8pUVjYw7cgCI 19403
fasttreeshap/plots/_force_matplotlib.py sha256=jgLoM08cOfUUJ2zFeQKDXcD_0hvmeGDfv-L0L968NGI 14787
fasttreeshap/plots/_group_difference.py sha256=Ui3BGJ8_1AtjQCatHD_T8xAwXdOw6EthdB1x58Y6WbI 3121
fasttreeshap/plots/_heatmap.py sha256=C6vRJw_MdRNn50tPbiGCMxTTCnAe6YRp7Bpq15vbyvQ 6392
fasttreeshap/plots/_image.py sha256=8n_soh76V5ImPrq5jgS1Q9QiPOKhgVHraWCD4LhqHLQ 24258
fasttreeshap/plots/_labels.py sha256=FP5azclUTaAWhw2Ll5TZPRtPy8JeESrFfjtwJlVwCtA 608
fasttreeshap/plots/_monitoring.py sha256=0JiehKei6IPyXJWgwb2TQuYBEhjqut5LfUC9USYCF4Y 2825
fasttreeshap/plots/_partial_dependence.py sha256=G-ct0XA0SifDnvlencB82caLSvxw4LaH0l0N_CrALws 9521
fasttreeshap/plots/_scatter.py sha256=GnaBLc_cDYi-zw-uFJuf-J6liupLTEuYCDA7Y8Gqp30 32609
fasttreeshap/plots/_text.py sha256=VdUBMHWQkXsR1THQDw732ijiu38fL0GSHQmB1v6ZWm4 58223
fasttreeshap/plots/_utils.py sha256=uy56JthLzoQQGCpzEgy_GACm03s9CzhWPxaT4VFQ-SM 7616
fasttreeshap/plots/_violin.py sha256=5QqbMx01IV9gKg_OfMv0Bbmdaiv5ybbP9mjRjpsYh7A 23938
fasttreeshap/plots/_waterfall.py sha256=fJxex4z7JbxBkHH9rQZ1V9N_zps1d58zv7jKfzNibRE 26292
fasttreeshap/plots/colors/__init__.py sha256=nHB1pt2v90SNGWFTwrJKvBCFZ22c9VRbN1BPdVIALlo 262
fasttreeshap/plots/colors/_colorconv.py sha256=vkgnVfVNJWR5rkjGFUdFRLhUIfdIyA92hVi6pz2-jRc 36759
fasttreeshap/plots/colors/_colors.py sha256=YTXSNSdetwWcyXiZo9gaaVyxvZx2eX6apI5IpVEH52Q 5096
fasttreeshap/plots/resources/bundle.js sha256=rcwwcLCZN1szHn0F3W9idcxHd9ZSPH5M8Vk9RSZjD_s 370829
fasttreeshap/plots/resources/logoSmallGray.png sha256=I7UAO6eO-2ghl7qW2AVkpn7LXkQ_8yVSOFh9X8aQqjc 570
fasttreeshap/utils/__init__.py sha256=BNIAt2SjEf7IGbOLBSc-8dQsLcSnQaMSSe2LZotqat4 449
fasttreeshap/utils/_clustering.py sha256=jQSgrgsRaUn6wHyS_h1mmR-Ja0qjFsmCTyH8ao1y5fo 8514
fasttreeshap/utils/_general.py sha256=H_jsLVaZ8ZE1_qPf9o1cs9PFpQcqVP8bjkRetK9B5XI 10640
fasttreeshap/utils/_keras.py sha256=D70aI_Kd135E-tg4lFh5yFuBK5_C2zECa2BOvTA_7q8 2576
fasttreeshap/utils/_legacy.py sha256=w2cqGjmE6LpytFwKnNDyCcQ5iiN-YvOyAfqUZaXHL3A 7329
fasttreeshap/utils/_masked_model.py sha256=2wuXN0IJ1I5DM5CubjsdUIAGeBybA6PdCANpA849FOY 20513
fasttreeshap/utils/_show_progress.py sha256=cg1EtJjW0BU27XjTNcq8KMDreGk7C9vZ7b6PtTemY_Q 1227
fasttreeshap/utils/image.py sha256=sVhhUo2cnWzYeM89fnz9CPYSPAXQZz2JPYgQGzH6Yqg 5552
fasttreeshap/utils/transformers.py sha256=GtofFfK9gEiFCdnv-M36k7p1KPZ9zkQnNEVOp8PUrM4 6494
fasttreeshap-0.1.6.dist-info/LICENSE sha256=sltNAjUTKhEXViuRNoweiFKc5cADDKVIdHTyZloKDzE 1315
fasttreeshap-0.1.6.dist-info/METADATA sha256=-ZMQZNTjNz-0K3z2abSZv99bXSEIXchSD_UTLr2yWew 3112
fasttreeshap-0.1.6.dist-info/NOTICE sha256=NWkR7W5-Bh9wTyDzQYuz6RrszgpbSNdFc7YNITNhXKQ 301
fasttreeshap-0.1.6.dist-info/WHEEL sha256=yVQaANPezJNBCgZMsBAC-BAbgezi0mOhFyjjdadgmPo 109
fasttreeshap-0.1.6.dist-info/top_level.txt sha256=yICSJQMEDOv-j1qtcwU90Y2AQ5eO50qsEFuG2mgd7Es 13
fasttreeshap-0.1.6.dist-info/RECORD

top_level.txt

fasttreeshap