A parsnip backend for
Bayesian
models in thetidymodels
framework.
- Bayesmodels and Modeltime Integration: Learn how to integrate bayesian models with the modeltime ecosystem.
CRAN version
install.packages("bayesmodels")
Development version:
# install.packages("devtools")
devtools::install_github("AlbertoAlmuinha/bayesmodels")
Bayesmodels unlocks multiple bayesian models in one framework.In addition, it allows you to integrate these models with the Modeltime and the Tidymodels ecosystems.
In a single framework you will be able to find:
-
Sarima:
bayesmodels
connects to thebayesforecast
package. -
Garch:
bayesmodels
connects to thebayesforecast
package. -
Random Walk (Naive):
bayesmodels
connects to thebayesforecast
package. -
State Space Model:
bayesmodels
connects to thebayesforecast
andbsts
packages. -
Stochastic Volatility Model:
bayesmodels
connects to thebayesforecast
package. -
Generalized Additive Models (GAMS):
bayesmodels
connects to thebrms
package. -
Adaptive Splines Surface:
bayesmodels
connects to theBASS
package. -
Exponential Smoothing:
bayesmodels
connects to theRglt
package.