Tabularizer

class sktime.transformations.panel.reduce.Tabularizer[source]

A transformer that turns time series/panel data into tabular data.

This estimator converts nested pandas dataframe containing time-series/panel data with numpy arrays or pandas Series in dataframe cells into a tabular pandas dataframe with only primitives in cells. This is useful for transforming time-series/panel data into a format that is accepted by standard validation learning algorithms (as in sklearn).

__init__()[source]

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