deephyper.ensemble.selector#
Subpackage providing ensemble selection algorithms.
It contains methods that select a subset of predictors from a set of available predictors in order to build an ensemble.
Classes
Selection method implementing Greedy (a.k.a., Caruana) selection. |
|
This class performs ensemble selection after each hyperparameter optimization job completion. |
|
Base class that represents an selection algorithm. |
|
Selection method implementing Top-K selection. |