A list containing all partial least squares model objects.
Arguments
x
Predictor matrix.
y
Response vector.
maxcomp
Maximum number of components included within each model.
If not specified, will use the maximum number possible (considering
cross-validation and special cases where n is smaller than p).
cvfolds
Number of cross-validation folds used in each model
for automatic parameter selection, default is 5.
reptimes
Number of models to build with Monte-Carlo resampling
or bootstrapping.
method
Resampling method. "mc" (Monte-Carlo resampling)
or "boot" (bootstrapping). Default is "mc".
ratio
Sampling ratio used when method = "mc".
parallel
Integer. Number of CPU cores to use.
Default is 1 (not parallelized).
See enpls.fs for measuring feature importance
with ensemble partial least squares regressions.
See enpls.od for outlier detection with ensemble
partial least squares regressions.