Skip to main content

Module path

Module path 

Source
Expand description

Decision Path Types (ENT-102)

Model-specific decision paths for explainability.

GH-305: Types now live in aprender::explainable::path (source of truth). This module re-exports them for backwards compatibility.

Structs§

ForestPath
Decision path for ensemble models (Random Forest, Gradient Boosting)
KNNPath
Decision path for KNN
LeafInfo
Information about the leaf node reached
LinearPath
Decision path for linear regression/logistic regression
NeuralPath
Decision path for neural networks (gradient-based)
TreePath
Decision path for tree-based models
TreeSplit
A single split decision in a tree

Enums§

PathError
Error type for path operations

Traits§

DecisionPath
Common interface for all decision paths