Learning aPartial Least Squares or Principal Components Regression from training data
bm_pls_pcr(form, data, lpars)formula
data to train the model
parameter setting: For this multivariate regression model the main parameter is "method". The available options are "kernelpls", "svdpc", "cppls", "widekernelpls", and "simpls"
Parameter setting can vary in method
See mvr for a comprehensive description.
Imports learning procedure from pls package.
other learning models: bm_mars;
bm_ppr; bm_gbm;
bm_glm; bm_cubist;
bm_randomforest; bm_gaussianprocess;
bm_ffnn; bm_svr
Other base learning models: bm_cubist,
bm_ffnn, bm_gaussianprocess,
bm_gbm, bm_glm,
bm_mars, bm_ppr,
bm_randomforest, bm_svr