Facilities for loading and updating other packages
The tidymodels metapackage contains a set of tags for specific topics in modeling and analysis. These can be used to load packages in groups.
tag_show() tag_attach(tag) tag_update(tag)
tag
: A character strong for the tag. Current options are: 'Bayesian analysis', 'deep learning', 'ensembles', 'extra models', 'extra recipes', 'feature engineering', 'interpretation', 'parallel processing', 'parameter tuning', 'resampling', 'text analysis', 'time series', and 'visualization'.tag_show()
Useful links