Question: You can tune _ grid ( ) again. Use the output tune _ res along with the function tune _ grid. Use autoplot to plot

You can tune_grid() again. Use the output tune_res along with the function tune_grid. Use autoplot to plot your tune_res outout. Your output should resemble this plot.
# your code here
tune_res <- tune_grid(
object = lasso_workflow, # Pass the workflow as the object
resamples = Hitters_fold,
grid = penalty_grid,
metrics = metric_set(rmse),
control = control_grid(verbose = TRUE)
)

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!