Exercise

Model

You are now setting up your model. Since you chose a penalized logistic regression, know by its friends as Lasso, you need to find out what is the best penalty value, and do it through a search algorithm.

The recipe you built to engineer your features prior to modeling is already loaded.

Instructions

100 XP
  • Set up the penalty for tuning.
  • Bundle your model and recipe in a workflow.