Other packages > Find by keyword >

workflows  

Modeling Workflows
View on CRAN: Click here


Download and install workflows package within the R console
Install from CRAN:
install.packages("workflows")

Install from Github:
library("remotes")
install_github("cran/workflows")

Install by package version:
library("remotes")
install_version("workflows", "1.2.0")



Attach the package and use:
library("workflows")
Maintained by
Simon Couch
[Scholar Profile | Author Map]
First Published: 2019-12-30
Latest Update: 2023-02-22
Description:
Managing both a 'parsnip' model and a preprocessor, such as a model formula or recipe from 'recipes', can often be challenging. The goal of 'workflows' is to streamline this process by bundling the model alongside the preprocessor, all within the same object.
How to cite:
Simon Couch (2019). workflows: Modeling Workflows. R package version 1.2.0, https://cran.r-project.org/web/packages/workflows. Accessed 29 Mar. 2025.
Previous versions and publish date:
0.1.0 (2019-12-30 15:00), 0.1.1 (2020-03-17 15:40), 0.1.2 (2020-07-07 15:40), 0.1.3 (2020-08-10 23:20), 0.2.0 (2020-09-15 23:00), 0.2.1 (2020-10-08 22:10), 0.2.2 (2021-03-10 12:40), 0.2.3 (2021-07-16 02:20), 0.2.4 (2021-10-12 19:50), 0.2.5 (2022-03-16 23:30), 0.2.6 (2022-03-18 15:00), 1.0.0 (2022-07-05 17:20), 1.1.0 (2022-09-26 09:30), 1.1.2 (2022-11-16 13:10), 1.1.3 (2023-02-22 10:20), 1.1.4 (2024-02-19 09:30)
Other packages that cited workflows R package
View workflows citation profile
Other R packages that workflows depends, imports, suggests or enhances
Complete documentation for workflows
Downloads during the last 30 days
02/2702/2803/0103/0203/0303/0403/0503/0603/0703/0803/0903/1003/1103/1203/1303/1403/1503/1603/1703/1803/1903/2003/2103/2203/2303/2403/2503/2603/2703/28Downloads for workflows800100012001400160018002000TrendBars

Today's Hot Picks in Authors and Packages

landmix  
Landmark Prediction for Mixture Data
Non-parametric prediction of survival outcomes for mixture data that incorporates covariates and a l ...
Download / Learn more Package Citations See dependency  
gglgbtq  
Show Pride on 'ggplot2' Plots
Provides multiple palettes based on pride flags with tailored themes. ...
Download / Learn more Package Citations See dependency  
quickcode  
Quick and Essential 'R' Tricks for Better Scripts
The NOT functions, 'R' tricks and a compilation of some simple quick plus often used 'R' codes to im ...
Download / Learn more Package Citations See dependency  

23,842

R Packages

207,311

Dependencies

64,420

Author Associations

23,781

Publication Badges

© Copyright since 2022. All right reserved, rpkg.net.  Based in Cambridge, Massachusetts, USA