commonpower.data_forecasting.nn_forecasting.data_splitting
Dataset splitting for neural network forecasting.
Classes
An enumeration. |
|
DataSplits are used to split the dataset into training, validation, and test sets. |
|
This Splitter first divides the dataset into periods of length period_length in order of the data source. |
|
The SimpleFractionalSplit splits the dataset into training, validation, and test sets based on fractions. |