Module parallel

Module parallel 

Source
Expand description

Data-parallel ensemble training framework

This module provides a comprehensive framework for parallel ensemble training, supporting various parallelization strategies including data-parallel, model-parallel, and distributed training approaches.

Structs§

AsyncEnsembleCoordinator
Asynchronous training coordinator for distributed ensembles
DataPartition
Data partition for parallel training
FederatedEnsembleCoordinator
Federated ensemble learning coordinator
ParallelConfig
Configuration for parallel training
ParallelEnsembleTrainer
Parallel ensemble trainer
ParallelPerformanceMetrics
Performance metrics for parallel training

Enums§

ParallelStrategy
Parallel training strategy enumeration

Traits§

ParallelTrainable
Trait for parallel trainable estimators