1. 학습
  2. /
  3. 강의
  4. /
  5. Feature Engineering in R

Connected

연습 문제

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.

지침

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