Expand description
Parallel processing utilities for tree algorithms
This module provides parallel implementations of tree construction, prediction, and ensemble methods using rayon.
Structs§
- Feature
Split - Parallel feature evaluation for tree construction
- Feature
Stats - Statistics for a feature
- Parallel
Feature Config - Configuration for parallel feature evaluation
- Parallel
Utils - Parallel utilities for tree algorithms
Traits§
- Parallel
Tree Ext - Parallel iterator extensions for tree algorithms