Global Interpretability
Global interpretability refers to understanding how a machine learning model behaves overall, across its full range of inputs, rather than explaining a single prediction. It helps people see which features generally influence the model's outputs and how the model tends to behave on average across a dataset. This contrasts with local interpretability, which focuses on explaining an individual decision.
Global interpretability, as commonly defined, describes methods and analyses aimed at characterizing the average or aggregate behavior of a machine learning model across a dataset, including how features contribute to the model's outputs overall. Such global insight is typically used to support feature selection, model development, and general model understanding. It is distinguished from local interpretability, which addresses the explanation of individual predictions; recent work (for example, Bassan et al., 2024) has examined this local-versus-global distinction through computational complexity theory, indicating that the two perspectives can differ substantially in tractability. Note that interpretability more broadly is often framed as the degree to which a human can understand the cause of a decision, and definitions in this area remain varied across the literature; this entry does not address whether any particular global method is required or sufficient for regulatory or model risk management purposes.
Why it matters
Global interpretability matters because it addresses a different question than most individual explanation techniques: not why a single decision was made, but how a model tends to behave across its full range of inputs. Understanding which features generally influence a model's outputs, and how the model behaves on average across a dataset, supports model development activities such as feature selection and general model understanding. For teams responsible for understanding and documenting model behavior, this aggregate view can help characterize what a model has learned overall rather than reasoning only from case-by-case outputs.
The distinction between global and local interpretability is not merely conceptual. Recent work (for example, Bassan et al., 2024) has examined the local-versus-global distinction through computational complexity theory, indicating that the two perspectives can differ substantially in tractability. This suggests that a method or level of understanding available at one scope may not transfer cheaply to the other, and that practitioners should be explicit about which question they are answering. Treating a global summary of average behavior as if it explained any particular decision, or vice versa, risks misstating what the analysis actually supports.
Because interpretability is often framed as the degree to which a human can understand the cause of a decision, and because definitions in this area remain varied across the literature, global interpretability should be understood as one lens rather than a complete account of a model. This entry does not address whether any particular global method is required or sufficient for regulatory or model risk management purposes; those determinations depend on context, applicable frameworks, and the specific use of the model, and should not be inferred from the availability of a global interpretability technique alone.
Who it's relevant to
Inside Global Interpretability
Common questions
Answers to the questions practitioners most commonly ask about Global Interpretability.