This package browser is in early development. Mind the rough edges.

r-workflows 1.1.4

Modeling workflows

A workflow is an object that can bundle together your pre-processing, modeling, and post-processing requests. For example, if you have a recipe and parsnip model, these can be combined into a workflow. The advantages are:

  1. You don’t have to keep track of separate objects in your workspace.

  2. The recipe prepping and model fitting can be executed using a single call to fit().

  3. If you have custom tuning parameter settings, these can be defined using a simpler interface when combined with tune.

  4. In the future, workflows will be able to add post-processing operations, such as modifying the probability cutoff for two-class models.

Installation

Install r-workflows 1.1.4 as follows:

guix install r-workflows@1.1.4

Or install the latest version:

guix install r-workflows

You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell documentation for more information.