utils

Functions

_create_or_update(param, name, value)

Create new parameters dict or add field to existing one.

prepare_test_batch(data, input_size)

Prepare batch with data for forecasting.

prepare_train_batch(data, input_size, ...[, ...])

Prepare batch with training data.

to_tensor(x)

Convert data to tensor and put on default device.