TabularToSeriesAdaptor

class sktime.transformations.series.adapt.TabularToSeriesAdaptor(transformer)[source]

Adaptor for scikit-learn-like tabular transformations to series setting.

This is useful for applying scikit-learn transformations to series, but only works with transformations that do not require multiple instances for fitting.

Parameters

transformer (Estimator) – scikit-learn-like transformer to fit and apply to series

__init__(transformer)[source]

Initialize self. See help(type(self)) for accurate signature.