WrapperEnsemble¶
A wrapper ensemble is an ensemble composed of multiple copies of the same model.
Parameters¶
-
model
Type →
TThe model to copy.
-
n_models
Type →
intThe number of copies to make.
-
seed
Type →
int | NoneRandom number generator seed for reproducibility.
Attributes¶
- models