epcreg modelSummary function for epcreg model
# S3 method for epcreg
summary(object, ...)Object of class epcreg, usually the output of function epcreg.
Arguments passed to/from other functions.
A list with the following elements:
Number of base learner instances used in training the model.
Maximum number of PC's considered in PCR-based integration of base learners.
Optimal number of PC's, i.e. what minimizes the CV error.
Minimum CV error in PCR-based integration, corresponding to index.min number of PC's.
Vector of task lengths for each base learner instance. This can be passed to task.length argument of epcreg for more efficient task scheduling in parallel training. Only available if epcreg was run in serial mode, i.e., with ncores = 1.