Fooled by Randomness
Permutation-based methods for calculating variable importance and interpretation are increasingly common. Here are a few common places where they are used:
Feature Importance (FI)
The algorithm for calculating permutation-based FI is as follows:
1. Estimate a model
2. Permute a feature
3. Predict again
4. Estimate decline in predictive accuracy