Skip to content

Commit 6dc98da

Browse files
committed
add show
1 parent e958c3b commit 6dc98da

File tree

9 files changed

+1967
-0
lines changed

9 files changed

+1967
-0
lines changed

docs/src/api.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,3 +40,12 @@ Classes
4040
CFI
4141
PFI
4242
D0CRT
43+
44+
Marginal Importance
45+
===================
46+
.. autosummary::
47+
:toctree: ./generated/api/marginal
48+
:template: class.rst
49+
50+
PartialDependancePlot
51+
PDP

docs/tools/references.bib

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -155,6 +155,15 @@ @article{fan2012variance
155155
year = {2012}
156156
}
157157

158+
@article{friedman2001greedy,
159+
title = {Greedy function approximation: a gradient boosting machine},
160+
author = {Friedman, Jerome H},
161+
journal = {Annals of statistics},
162+
pages = {1189--1232},
163+
year = {2001},
164+
publisher = {JSTOR}
165+
}
166+
158167
@article{gaonkar_deriving_2012,
159168
author = {Gaonkar, Bilwaj and Davatzikos, Christos},
160169
journal = {International Conference on Medical Image Computing and Computer-Assisted Intervention},
@@ -169,6 +178,24 @@ @article{gaonkar_deriving_2012
169178
year = {2012}
170179
}
171180

181+
@article{greenwell2018simple,
182+
title = {A simple and effective model-based variable importance measure},
183+
author = {Greenwell, Brandon M and Boehmke, Bradley C and McCarthy, Andrew J},
184+
journal = {arXiv preprint arXiv:1805.04755},
185+
year = {2018}
186+
}
187+
188+
@article{goldstein2015peeking,
189+
title = {Peeking inside the black box: Visualizing statistical learning with plots of individual conditional expectation},
190+
author = {Goldstein, Alex and Kapelner, Adam and Bleich, Justin and Pitkin, Emil},
191+
journal = {journal of Computational and Graphical Statistics},
192+
volume = {24},
193+
number = {1},
194+
pages = {44--65},
195+
year = {2015},
196+
publisher = {Taylor \& Francis}
197+
}
198+
172199
@article{hirschhorn2005genome,
173200
author = {Hirschhorn, Joel N and Daly, Mark J},
174201
journal = {Nature reviews genetics},

0 commit comments

Comments
 (0)