knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "man/figures/README-",
  out.width = "100%",
  message = F,
  warning = F,
  dpi = 200
)

bayesmodels

CRAN status Total Downloads codecov Lifecycle:maturing R-CMD-check

A parsnip backend for Bayesian models in the tidymodels framework.

Tutorials

Installation

CRAN version

install.packages("bayesmodels")

Development version:

# install.packages("devtools")
devtools::install_github("AlbertoAlmuinha/bayesmodels")

Why 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:



AlbertoAlmuinha/bayesmodels documentation built on Aug. 13, 2022, 1:45 p.m.