GitHub - tidymodels/plsmod: Model Wrappers for Projection Methods (original) (raw)
plsmod
This package is a helper package forparsnip that enables linear projection models (such as partial least squares, PLS) in the tidymodels infrastructure.
Installation
You can install the released version of plsmod fromCRAN with:
install.packages("plsmod")
And the development version from GitHub with:
install.packages("pak")
pak::pak("tidymodels/plsmod")
Available Engines
The plsmod package provides engines for the models in the following table.
Contributing
This project is released with a Contributor Code of Conduct. By contributing to this project, you agree to abide by its terms.
- For questions and discussions about tidymodels packages, modeling, and machine learning, please post on RStudio Community.
- If you think you have encountered a bug, please submit an issue.
- Either way, learn how to create and share areprex(a minimal, reproducible example), to clearly communicate about your code.
- Check out further details on contributing guidelines for tidymodels packages and how to get help.