The hardware and bandwidth for this mirror is donated by dogado GmbH, the Webhosting and Full Service-Cloud Provider. Check out our Wordpress Tutorial.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]dogado.de.

Using tags

The tidymodels framework has a set of core packages that are loaded and attached when the tidymodels package is loaded.

There are other sets of packages that can be attached via tidymodels::tag_attach(tag) where the tag is a character string. Existing tags are:

library(tidymodels)
tag_show()
#> All tags:
#> 
#> Bayesian analysis: 'tidyposterior', 'tidybayes'
#> deep learning: 'keras'
#> ensembles: 'modeltime.ensemble', 'stacks'
#> feature engineering: 'keras', 'textrecipes'
#> parallel processing: 'furrr'
#> parameter tuning: 'finetune'
#> resampling: 'infer', 'tidyposterior'
#> text analysis: 'tidytext', 'keras', 'textrecipes'
#> time series: 'timetk', 'tidyquant', 'sweep', 'modeltime', 'tsibble', 'fable'
#> extra recipes: 'embed', 'textrecipes', 'themis'
#> extra models: 'discrim', 'plsmod', 'rules', 'poissonreg', 'baguette'
#> visualization: 'dotwhisker', 'ggforce', 'patchwork', 'gganimate', 'ggrepel'
#> interpretation: 'vip', 'lime', 'DALEXtra'

These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.
Health stats visible at Monitor.