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§
- Forest
Path - Decision path for ensemble models (Random Forest, Gradient Boosting)
- KNNPath
- Decision path for KNN
- Leaf
Info - Information about the leaf node reached
- Linear
Path - Decision path for linear regression/logistic regression
- Neural
Path - Decision path for neural networks (gradient-based)
- Tree
Path - Decision path for tree-based models
- Tree
Split - A single split decision in a tree
Enums§
- Path
Error - Error type for path operations
Traits§
- Decision
Path - Common interface for all decision paths