knitr::opts_chunk$set( collapse = TRUE, comment = "#>", fig.path = "man/figures/README-", out.width = "100%", message = F, warning = F, dpi = 200 )
A parsnip backend for
Bayesian
models in thetidymodels
framework.
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.
knitr::include_graphics("vignettes/portada.png")
In a single framework you will be able to find:
Sarima: bayesmodels
connects to the bayesforecast
package.
Garch: bayesmodels
connects to the bayesforecast
package.
Random Walk (Naive): bayesmodels
connects to the bayesforecast
package.
State Space Model: bayesmodels
connects to the bayesforecast
and bsts
packages.
Stochastic Volatility Model: bayesmodels
connects to the bayesforecast
package.
Generalized Additive Models (GAMS): bayesmodels
connects to the brms
package.
Adaptive Splines Surface: bayesmodels
connects to the BASS
package.
Exponential Smoothing: bayesmodels
connects to the Rglt
package.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.