commonpower.data_forecasting.nn_forecasting.dataset_wrappers

Dataset wrappers for neural network forecasting.

Classes

DatasetWrapper

DatasetWrappers determine how the train/val datasets are constructed.

NStepAhead

The NStepAhead wrapper inspects the passed model instance and determines the look back and steps ahead values from the model input and output shapes.