Skip to content

WrapperEnsemble

A wrapper ensemble is an ensemble composed of multiple copies of the same model.

Parameters

  • model

    The model to copy.

  • n_models

    The number of copies to make.

  • seed

    Random number generator seed for reproducibility.

Attributes

  • models

Methods