Module parallel

Module parallel 

Source
Expand description

Parallel processing utilities for tree algorithms

This module provides parallel implementations of tree construction, prediction, and ensemble methods using rayon.

Structs§

FeatureSplit
Parallel feature evaluation for tree construction
FeatureStats
Statistics for a feature
ParallelFeatureConfig
Configuration for parallel feature evaluation
ParallelUtils
Parallel utilities for tree algorithms

Traits§

ParallelTreeExt
Parallel iterator extensions for tree algorithms