Skip to content

Commit

Permalink
add missing ref for Williamson, remove private path
Browse files Browse the repository at this point in the history
  • Loading branch information
jpaillard committed Feb 17, 2025
1 parent 4ee713d commit 16c07c7
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion doc_conf/references.bib
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,6 @@ @article{breimanRandomForests2001
abstract = {Random forests are a combination of tree predictors such that each tree depends on the values of a random vector sampled independently and with the same distribution for all trees in the forest. The generalization error for forests converges a.s. to a limit as the number of trees in the forest becomes large. The generalization error of a forest of tree classifiers depends on the strength of the individual trees in the forest and the correlation between them. Using a random selection of features to split each node yields error rates that compare favorably to Adaboost (Y. Freund \& R. Schapire, Machine Learning: Proceedings of the Thirteenth International conference, ***, 148--156), but are more robust with respect to noise. Internal estimates monitor error, strength, and correlation and these are used to show the response to increasing the number of features used in the splitting. Internal estimates are also used to measure variable importance. These ideas are also applicable to regression.},
langid = {english},
keywords = {classification,ensemble,regression},
file = {/home/ahmad/Zotero/storage/BYQ8Z75L/Breiman - 2001 - Random Forests.pdf}
}

@article{mi2021permutation,
Expand Down Expand Up @@ -188,4 +187,16 @@ @article{liuFastPowerfulConditional2021
archiveprefix = {arxiv},
keywords = {Statistics - Methodology},
file = {/home/ahmad/Zotero/storage/8HRQZX3H/Liu et al. - 2021 - Fast and Powerful Conditional Randomization Testin.pdf;/home/ahmad/Zotero/storage/YFNDKN2B/2006.html}
}

@article{Williamson_General_2023,
year = {2023},
title = {{A General Framework for Inference on Algorithm-Agnostic Variable Importance}},
author = {Williamson, Brian D. and Gilbert, Peter B. and Simon, Noah R. and Carone, Marco},
journal = {Journal of the American Statistical Association},
issn = {0162-1459},
doi = {10.1080/01621459.2021.2003200},
pages = {1645--1658},
number = {543},
volume = {118},
}

0 comments on commit 16c07c7

Please sign in to comment.