I'm using the rfe
function in the caret package to do feature selection for logistic regression model. I'm looking at sizes
of 5, 10, 15, 20, and 25 selecting the best model using Rsquared (my dependent variable is 0,1). Is there a way to access the other models produced by the rfe
function beyond the final selected model?
3
votes
Seems like I'm doing something wrong in how I phrase my questions.
– ansek