When measuring the variable importance, Olden(2015) proposed a new R2-based measure of relative variable importance after revealing methodological weaknesses of PSW and PCW.
Its basic steps is to:
Is there any need to train again after permutation? Or, Could I just make use of the original model weights to predict direcly under the modified datasets ?
P.S. I found the latter condition displaying in vi_permute function of vip R package.