enpls
enpls
offers an algorithmic framework for measuring feature importance, outlier detection, model applicability domain evaluation, and ensemble predictive modeling with (sparse) partial least squares regressions.
Installation
Install enpls
from CRAN:
install.packages("enpls")
Or try the development version on GitHub:
# install.packages("devtools")
devtools::install_github("road2stat/enpls")
To load the package in R, simply use
library("enpls")
and you are all set. See the vignette (or open with vignette("enpls")
in R) for a quick-start guide.
Links
- Project website: http://enpls.org
- CRAN: https://cran.r-project.org/package=enpls
- GitHub: https://github.com/road2stat/enpls