Skip to content

workflows 0.2.2

Compare
Choose a tag to compare
@DavisVaughan DavisVaughan released this 10 Mar 14:06
6a2c81e
  • add_variables() now allows for specifying a bundle of model terms through
    add_variables(variables = ), supplying a pre-created set of variables with
    the new workflow_variables() helper. This is useful for supplying a set
    of variables programmatically (#92).

  • New is_trained_workflow() for determining if a workflow has already been
    trained through a call to fit() (#91).

  • fit() now errors immediately if control is not created by
    control_workflow() (#89).

  • Added broom::augment() and broom::glance() methods for trained workflow
    objects (#76).

  • Added support for butchering a workflow using butcher::butcher().

  • Updated to testthat 3.0.0.