Skip to content

WrapperEnsemble

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

Parameters

  • model

    TypeT

    The model to copy.

  • n_models

    Typeint

    The number of copies to make.

  • seed

    Typeint | None

    Random number generator seed for reproducibility.

Attributes

  • models

Methods