Skip to content

Commit

Permalink
Merge branch 'main' of github.com:jjbrophy47/tree_influence
Browse files Browse the repository at this point in the history
  • Loading branch information
jjbrophy47 committed May 18, 2024
2 parents ee1bf49 + efe2409 commit 51af024
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 7 deletions.
10 changes: 10 additions & 0 deletions CITATION
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
@article{brophy2023treeinfluence,
author = {Jonathan Brophy and Zayd Hammoudeh and Daniel Lowd},
title = {Adapting and Evaluating Influence-Estimation Methods for Gradient-Boosted Decision Trees},
journal = {Journal of Machine Learning Research},
year = {2023},
volume = {24},
number = {154},
pages = {1--48},
url = {http://jmlr.org/papers/v24/22-0449.html},
}
18 changes: 11 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,13 +74,17 @@ License

Reference
---
Brophy, Hammoudeh, and Lowd. [Adapting and Evaluating Influence-Estimation Methods for Gradient-Boosted Decision Trees](https://arxiv.org/abs/2205.00359). arXiv 2022.
Brophy, Hammoudeh, and Lowd. [Adapting and Evaluating Influence-Estimation Methods for Gradient-Boosted Decision Trees](http://jmlr.org/papers/v24/22-0449.html). *Journal of Machine Learning Research* (JMLR), 2023.

```
@article{brophy2022treeinfluence,
title={Adapting and Evaluating Influence-Estimation Methods for Gradient-Boosted Decision Trees},
author={Brophy, Jonathan, and Hammoudeh, Zayd, and Lowd, Daniel},
journal={arXiv preprint arXiv:2205.00359},
year={2022},
@article{brophy2023treeinfluence,
author = {Jonathan Brophy and Zayd Hammoudeh and Daniel Lowd},
title = {Adapting and Evaluating Influence-Estimation Methods for Gradient-Boosted Decision Trees},
journal = {Journal of Machine Learning Research},
year = {2023},
volume = {24},
number = {154},
pages = {1--48},
url = {http://jmlr.org/papers/v24/22-0449.html},
}
```
```

0 comments on commit 51af024

Please sign in to comment.