commonpower.data_forecasting.nn_forecasting.dataset_wrappers
Dataset wrappers for neural network forecasting.
Classes
DatasetWrappers determine how the train/val datasets are constructed. |
|
The NStepAhead wrapper inspects the passed model instance and determines the look back and steps ahead values from the model input and output shapes. |