Skip to content

Commit 72c4839

Browse files
committed
up
1 parent c97bed3 commit 72c4839

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

‎README.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ shap_effects = EvoTrees.shap(m, dtrain)
143143

144144
#### Reference
145145

146-
Peng Yu, Chao Xu, Albert Bifet, Jesse Read Linear Tree Shap (2022). In: Proceedings of 36th Conference on Neural Information Processing Systems. https://openreview.net/forum?id=OzbkiUo24g
146+
Peng Yu, Chao Xu, Albert Bifet, Jesse Read Linear Tree Shap (2022). In [Proceedings of 36th Conference on Neural Information Processing Systems](https://openreview.net/forum?id=OzbkiUo24g).
147147

148148
## Feature importance
149149

‎src/shap.jl‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ It was originally ported from this [repo](https://github.com/yupbank/linear_tree
150150
151151
# References
152152
153-
Peng Yu, Chao Xu, Albert Bifet, Jesse Read Linear Tree Shap (2022). In: [Proceedings of 36th Conference on Neural Information Processing Systems](https://openreview.net/forum?id=OzbkiUo24g).
153+
Peng Yu, Chao Xu, Albert Bifet, Jesse Read Linear Tree Shap (2022). In [Proceedings of 36th Conference on Neural Information Processing Systems](https://openreview.net/forum?id=OzbkiUo24g).
154154
"""
155155
function shap(m::EvoTree, data; ntree_limit=length(m.trees))
156156
x_bin = EvoTrees.binarize(data; feature_names=m.info[:feature_names], edges=m.info[:edges])

0 commit comments

Comments
 (0)