codes.utils.data_utils#
Functions
|
Check the specified dataset and load the data based on the mode (train or test). |
|
Creates a new dataset in the data directory. |
|
Create an HDF5 file for a dataset with train and test data, and optionally timesteps. |
|
Download the specified dataset if it is not present :type dataset_name: |
|
Get the appropriate data subset based on the mode and metric. |
|
Normalize the data based on the training data statistics. |
Exceptions
Error for missing data or dataset or if the data shape is incorrect. |