summary.gpe {pre} | R Documentation |
Summary method for a General Prediction Ensemble (gpe)
Description
summary.gpe
prints information about the generated ensemble
to the command line
Usage
## S3 method for class 'gpe'
summary(object, penalty.par.val = "lambda.1se", ...)
Arguments
object |
An object of class |
penalty.par.val |
character or numeric. Value of the penalty parameter
|
... |
Further arguments to be passed to
|
Details
Note that the cv error is estimated with data that was also used for learning rules and may be too optimistic.
Value
Prints information about the fitted ensemble.
See Also
gpe
, print.gpe
,
coef.gpe
, predict.gpe