deephyper.ensemble#
Ensemble subpackage.
This subpackage provides tools to build ensemble of predictive models. Ensembling can be useful to minimize the loss if the learner has variance (i.e., its performance metric varies when trained multiple times) or to estimate the uncertainty of the predictions.
Classes
A predictor that is itself an ensemble of multiple predictors. |
Subpackage with aggregation functions for the predictions of set of predicting models. |
|
Subpackage for loss functions of ensemble models. |
|
Subpackage providing ensemble selection algorithms. |