deephyper.ensemble.aggregator.Aggregator#
- class deephyper.ensemble.aggregator.Aggregator[source]#
Bases:
ABC
Base class that represents an aggregation function of a set of predictors.
Methods
Aggregate the predictions from different predictors.
Bases: ABC
Base class that represents an aggregation function of a set of predictors.
Methods
Aggregate the predictions from different predictors. |