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/FalseExample:
TrueDefault:
False
The tag specifies whether the transformer is a bootstrap transformer. In this case, it should have the parameter
return_indices, andreturn_indices=Truewill ensure thattransformreturnsilocindicesof 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 parameterreturn_indices, as described above, is not available.