Skip to content

Commit 57c1a05

Browse files
authored
Update README.md
1 parent bf89386 commit 57c1a05

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# FastTreeSHAP
22

3+
[![PyPI Version](https://badge.fury.io/py/fasttreeshap.svg)](https://pypi.org/project/fasttreeshap)
4+
[![Downloads](https://pepy.tech/badge/fasttreeshap)](https://pepy.tech/project/fasttreeshap)
5+
36
FastTreeSHAP package is built based on the paper [Fast TreeSHAP: Accelerating SHAP Value Computation for Trees](https://arxiv.org/abs/2109.09847) published in [NeurIPS 2021 XAI4Debugging Workshop](https://xai4debugging.github.io/). It is a fast implementation of the [TreeSHAP](https://arxiv.org/abs/1802.03888) algorithm in the [SHAP](https://github.com/slundberg/shap) package.
47

58
For more detailed introduction of FastTreeSHAP package, please check out this [blogpost](https://engineering.linkedin.com/blog/2022/fasttreeshap--accelerating-shap-value-computation-for-trees).

0 commit comments

Comments
 (0)