Skip to main content

Module builder

Module builder 

Source
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§

TreeConfig
Configuration for a single streaming decision tree.