Available on crate feature
alloc only.Expand description
Incremental tree construction with histogram-based splitting.
TreeConfig defines all hyperparameters for a single streaming decision tree:
depth limits, regularization, binning granularity, and the Hoeffding bound
confidence parameter that controls when splits are committed.
Structs§
- Tree
Config - Configuration for a single streaming decision tree.