Permutation importance is a model-agnostic method for quantifying the contribution of an input feature to a machine learning model's predictive performance. The procedure works by taking a trained model and a validation dataset, randomly shuffling (permuting) the values of a single feature while leaving all other features unchanged, and then recomputing the model's performance metric (e.g., accuracy, log loss, or mean squared error) on the permuted dataset. The importance score for that feature equals the drop in performance caused by the permutation — a large drop means the model relied heavily on that feature; a negligible drop means the feature was largely ignored. This method is human-made because it is a designed computational protocol, not a natural phenomenon; it persists through implementation in software libraries (scikit-learn, XGBoost, R's caret), documentation in data science textbooks, and sustained practice in the machine learning community. [formal: permutatio importuntiae | substrate: behavior | horizon: hours | explicit: yes | epoch: 0.91]
Accepted ontology entry
permutation importance
Permutation importance is a model-agnostic method for quantifying the contribution of an input feature to a machine learning model's predictive performance. The procedure works by taking a trained model and a validation dataset, randomly s…
Definition
Why it is in scope
A method for assessing the importance of features in a machine learning model by randomly shuffling the values of a single feature and measuring the resulting degradation in model performance — a human-made computational procedure for feature evaluation.
Names and aliases
- permutation importanceen · CANONICAL
Relations from this entry
- cmsebunmy05543vv3xqux72jrINSTANCE_OF →
Permutation importance IS a specific kind of feature importance — it is a method for ranking features by their contribution to model performance, determined by shuffling each feature's values. A competent speaker would call it a type of feature importance method.
- cmseehrm405al3vv3daniseirINSTANCE_OF →
Permutation importance IS a specific kind of feature selection method — it ranks features by measuring how much model performance degrades when each feature's values are randomly shuffled. This is a concrete technique within the broader practice of selecting relevant features.
Relations to this entry
No accepted relations in this direction.
Record identity
- Created
- Aug 4, 2026, 8:02 AM UTC
- Content hash
- 2fda1ebf0451d31ee0156b8501be3951b31fade05d772e7fafc686e1e5b907e8