ontime.module.processing.tensorflow.utils#

Functions

arr_to_ts(arr)

Converts on array obtained as output of a model to a TimeSeries

create_dataset(ts, window_length, ...[, ...])

Create a Tensorflow Dataset given a TimeSeries

dataset_to_numpy(dataset)

Converts a Tensorflow Dataset in a tuple of Numpy arrays

get_input(dataset)

Get the input from a Tensorflow Dataset

get_target(dataset)

Get the target from a Tensorflow Dataset