Permutation Importance is how much the model performance depends on a feature. When iterating on which features to include in the model, permutation importance can be used to determine which columns to keep, and which columns can be dropped.
Permutation Importance is how much the model performance depends on a feature. When iterating on which features to include in the model, permutation importance can be used to determine which columns to keep, and which columns can be dropped.