Glossary term
Glossary term
Foundations
In a decision tree, during inference, the route a particular example takes from the root to other conditions, terminating with a leaf. For example, in the following decision tree, the thicker arrows show the inference path for an example with the following feature values:
x = 7
y = 12
z = -3
The inference path in the following illustration travels through three conditions before reaching the leaf (Zeta).

The three thick arrows show the inference path.
See Decision trees in the Decision Forests course for more information.
Created for this library
A risk modeling team logs the inference path of every decision tree split so reviewers can read the model's reasoning per case.
An ML platform team uses inference path logs to debug rare misclassifications in its production decision tree.
A pricing team examines inference paths in its decision tree to explain to a business sponsor why a specific customer ended up in a particular segment.
Definition source: Google for Developers Machine Learning Glossary | Creative Commons Attribution 4.0 License