I'm using the caret package in R to run both random forest and xgboost models. And I want to get the variable importance of all 65 variables. I've tried varimp() function, and it could give me variable importance of the top 20 variables. Is there any way or options that I could have them for all 65 variables?
Thank you!!!