Feature Importance

Practical model interpretation

Know what matters in your model.

Feature Importance is a practical reference for computing, interpreting, and questioning model explanations. Use it to identify the features that matter, understand why they appear important, and avoid claims the evidence cannot support.

A useful question

If this feature stopped carrying information, how much worse would the model get?

That question is often more useful than asking whether a feature has a high-looking score. This site is organized around questions like that: practical, testable, and honest about limitations.

Guides

Start with the guide closest to your question. The library is organized by method, model family, library, and interpretation problem.

What feature importance means

Feature importance is a family of techniques for estimating which input variables a trained model relies on. It can help you debug a model, explain broad model behavior, select follow-up analyses, and notice when a model is using suspicious signals.

It does not automatically explain causality, fairness, or product impact. A feature can be important to prediction because it is a proxy, a shortcut, a leakage path, or a genuine signal. The method and the dataset determine what the score can support.

Common traps

  • Calling an importance score causal evidence.
  • Ranking features from a model that does not perform well.
  • Ignoring correlated features that share or hide importance.
  • Comparing raw coefficients across differently scaled inputs.
  • Trusting a single chart without validation, uncertainty, or repeats.