API Reference¶
This page documents the complete API for stable-cart. All tree estimators follow the scikit-learn API
and support both regression and classification through a unified task parameter.
Tree Estimators¶
LessGreedyHybridTree with unified stability primitives. |
|
Bootstrap variance penalized tree with unified stability primitives. |
|
Robust prefix honest tree with unified stability primitives. |
Evaluation Functions¶
Measure how consistent model predictions are across models on the SAME OOS data. |
|
Evaluate predictive performance of multiple models using standard metrics. |
Base Classes and Advanced APIs¶
Unified base class implementing all 7 stability primitives. |
|
Represents a potential split with all relevant information. |
|
Container for stability diagnostic information. |
|
Abstract base class for split finding strategies. |
|
Factory function to create split strategies by name. |