Exercise

Fitting, augmenting, and assessing

You are ready to fit the workflow to the training data and assess its performance using the testing split.

The embed package, the lr_workflow_glm object, and the corresponding test and train splits are in your workspace.

Instructions

100 XP
  • Fit the workflow to the training set.
  • Augment the fit using the test split.
  • Assess the model.