ontime.module.processing.common#

Functions

normalize(ts[, type, return_transformer])

Normalize a TimeSeries

split_in_windows(ts, window_length, ...)

Split a TimeSeries into parts of a given length, thus forming a window.

split_inputs_from_targets(ts_list, ...[, ...])

Split a list of TimeSeries into input and target TimeSeries

timeseries_list_to_numpy(ts_list)

Convert a list of TimeSeries into a numpy array

train_test_split(ts[, test_split, train_split])

Split a TimeSeries into train and test sets