Hi I am using tidy models and trying to generate a plot with RMSE as a function of log lambda with number of features along the top as posted below, if you are using glmnet you simple call plot
on your cv.glmnet
object and it will plot, However if using tidy models it is more complex,
Is it possible to extract a cv.glmnet
object from your tune_results
object and then call plot
on that?
Plot