I want to know the variable importance of our models, which has been built on 3 models (random forest, deep learning and gradient boosted tree). I know you should use "weight by tree importance" to asses the variable importance for just the random forest. However, how do you assess the variable importance for the three models combined?
thanks in advance!