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,
plot
cv.glmnet
Is it possible to extract a cv.glmnet object from your tune_results object and then call plot on that?
tune_results
Thanks in advance
Plot
2.1m questions
2.1m answers
60 comments
57.0k users