Bayesian analysis used here to answer the question: "when looking at resampling results, are the differences between models 'real'?" To answer this, a model can be created were the performance statistic is the resampling statistics (e.g. accuracy or RMSE). These values are explained by the model types. In doing this, we can get parameter estimates for each model's affect on performance and make statistical (and practical) comparisons between models. The methods included here are similar to Benavoli et al (2017) <http://jmlr.org/papers/v18/16-305.html>.
Version: | 0.0.3 |
Depends: | R (≥ 2.10) |
Imports: | rsample (≥ 0.0.2), tidyr (≥ 0.7.1), dplyr, rstanarm (≥ 2.15.3), rlang, utils, purrr, tibble, generics, ggplot2, vctrs (≥ 0.3.0), lifecycle |
Suggests: | knitr, testthat, covr |
Published: | 2020-06-11 |
Author: | Max Kuhn [aut, cre], RStudio [cph] |
Maintainer: | Max Kuhn <max at rstudio.com> |
BugReports: | https://github.com/tidymodels/tidyposterior/issues |
License: | GPL-2 |
URL: | https://tidyposterior.tidymodels.org, https://github.com/tidymodels/tidyposterior |
NeedsCompilation: | no |
Materials: | NEWS |
CRAN checks: | tidyposterior results |
Reference manual: | tidyposterior.pdf |
Vignettes: |
Different Bayesian Models Getting Started |
Package source: | tidyposterior_0.0.3.tar.gz |
Windows binaries: | r-devel: tidyposterior_0.0.3.zip, r-release: tidyposterior_0.0.3.zip, r-oldrel: tidyposterior_0.0.3.zip |
macOS binaries: | r-release: tidyposterior_0.0.3.tgz, r-oldrel: tidyposterior_0.0.3.tgz |
Old sources: | tidyposterior archive |
Please use the canonical form https://CRAN.R-project.org/package=tidyposterior to link to this page.