ALE {mgcViz} | R Documentation |
Generic function for Accumulated Local Effect (ALE)
Description
Generic function for producing ALE effects, to be plottied using the plot
generic.
Usage
ALE(o, ...)
Arguments
o |
the model we want to use to produce the ALE effect. |
... |
arguments to be passed to methods. |
References
Apley, D.W., and Zhu, J, 2016. Visualizing the effects of predictor variables in black box supervised learning models. arXiv preprint arXiv:1612.08468.
See Also
ALE.gam
[Package mgcViz version 0.1.11 Index]