erboost.perf {erboost} | R Documentation |
erboost performance
Description
Estimates the optimal number of boosting iterations for a erboost
object and
optionally plots various performance measures
Usage
erboost.perf(object,
plot.it = TRUE,
oobag.curve = FALSE,
overlay = TRUE,
method)
Arguments
object |
a |
plot.it |
an indicator of whether or not to plot the performance measures.
Setting |
oobag.curve |
indicates whether to plot the out-of-bag performance measures in a second plot. |
overlay |
if TRUE and oobag.curve=TRUE then a right y-axis is added to the training and test error plot and the estimated cumulative improvement in the loss function is plotted versus the iteration number. |
method |
indicate the method used to estimate the optimal number
of boosting iterations. |
Value
erboost.perf
returns the estimated optimal number of iterations. The method
of computation depends on the method
argument.
Author(s)
Yi Yang yiyang@umn.edu and Hui Zou hzou@stat.umn.edu
References
Yang, Y. and Zou, H. (2015), “Nonparametric Multiple Expectile Regression via ER-Boost,” Journal of Statistical Computation and Simulation, 84(1), 84-95.
G. Ridgeway (1999). “The state of boosting,” Computing Science and Statistics 31:172-181.
https://cran.r-project.org/package=gbm