Skip to content
PaperFren

Concept · artificial-intelligence

Interpretable machine learning

6 studies1 discoveryEvidence last moved Sep 27, 2026

Interpretable machine learning aims for models whose predictions humans can understand, either by building simple models (like point scores) or by designing or probing complex networks so their parts map to meaningful things (pathways, DNA motifs). The evidence here is computational studies in clinical prediction and genomics, mostly retrospective and single-dataset.

Students often assume interpretability always costs accuracy, or that a highlighted feature is a biological explanation. These papers show both assumptions are too simple.

Studies

6

Findings

4

7 supporting · 0 challenging · 1 qualifying citations

Open tensions

1

Latest change

Concept page published

Interpretable machine learning

Currently

What we know

  1. Interpretability can cost little accuracy on tabular clinical data.
  2. Knowledge-structured networks give readable parts, with modest gains.
  3. Same accuracy, very different internal representations.
  4. An explanation is a lead to check, not a finding.

Largest unresolved question

'Interpretable' means different things: point scores are interpretable by simplicity (not measured with clinicians), knowledge-guided networks by structure, and a robot navigation paper uses 'explainable' to mean reward terms have physical meaning, not that the policy was analysed.

Common misconceptions

  • A filter matching a known motif database proves the network learned that motif.

    Many filters matched some database motif without matching the true one, so database matching was misleading.

  • Interpretable models always sacrifice accuracy.

    AutoScore's point score matched logistic regression and LASSO, and knowledge-guided PASNet and TranSynergy slightly outperformed their baselines.

Related