Zurück zu den Modellen
Transformer

Tabularizer

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).

Schnellstart

python
from sktime.transformations.reduce import Tabularizer

estimator = Tabularizer