Back to models
Transformer

RepeatBootstrapTransformer

Repetition bootstrap, repeats given time series identically, n_series times.

Quickstart

python
from sktime.transformations.bootstrap import RepeatBootstrapTransformer

estimator = RepeatBootstrapTransformer(n_series=10)

Parameters(1)

n_seriesint, optional
The number of repeats that will be generated, by default 10.