Skip to main content

Module model_ensemble

Module model_ensemble 

Source
Expand description

ModelEnsemble — Multi-model ensemble aggregator for distributed inference.

Supports voting, averaging, and stacking strategies with per-member tracking, weight normalization, and statistical disagreement measurement.

Structs§

EnsembleConfig
Configuration for ModelEnsemble.
EnsembleResult
The aggregated output of the ensemble.
EnsembleStats
Aggregate statistics over all ensemble members.
ModelEnsemble
Multi-model ensemble aggregator supporting voting, averaging, and stacking.
ModelMember
Metadata for a single member of the ensemble.
ModelPrediction
A single model’s prediction package.

Enums§

EnsembleError
Errors that can arise during ensemble aggregation or configuration.
EnsembleStrategy
Aggregation strategy used by the ensemble.