1. Učit se
  2. /
  3. Kurzy
  4. /
  5. Feature Engineering in R

Connected

cvičení

Fit and augment

With your lr_workflow ready to go, you can fit it to the test data to make predictions.

For model assessment, it is convenient to augment your fitted object by adding predictions and probabilities using augment().

Pokyny

100 XP
  • Fit the workflow to the train data.
  • Augment the lr_fit object using the test data to get it ready for assessment.