capability__bootstrap_index#

capability__bootstrap_index()[source]#

Capability: the transformer is a bootstrap that can return bootstrap idx.

  • String name: "capability:bootstrap_index"

  • Public capability tag

  • Values: boolean, True / False

  • Example: True

  • Default: False

The tag specifies whether the transformer is a bootstrap transformer. In this case, it should have the parameter return_indices, and return_indices=True will ensure that transform returns

iloc indices

of the bootstrapped time series, in reference to the input data X, as an additional column.

If the tag is False, the transformer is not a bootstrap transformer, and a parameter return_indices, as described above, is not available.